Mise à jour CSS
davvalent

davvalent commited on 2022-05-09 19:42:51
Showing 1 changed files, with 10 additions and 2 deletions.

... ...
@@ -1,7 +1,15 @@
1 1
 body {
2
-  padding: 10px
2
+  padding: 10px;
3
+  background-color: #f9f9f9;
4
+  color: #4a4a4a;
5
+}
6
+h1 {
7
+  color: inherit;
8
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
9
+  font-weight: 700;
10
+  font-size: 2.85rem;
11
+  margin: 0.5rem 0;
3 12
 }
4
-
5 13
 .yasgui .autocompleteWrapper {
6 14
   display: none !important;
7 15
 }
8 16