Jimmy Chion vor 3 Jahren
Ursprung
Commit
968465ade6
2 geänderte Dateien mit 8 neuen und 3 gelöschten Zeilen
  1. 1 1
      src/pages/index.tsx
  2. 7 2
      src/styles/globals.css

+ 1 - 1
src/pages/index.tsx

@@ -50,5 +50,5 @@ const Scroll = styled.div`
   height: 100vh;
   overflow-y: scroll;
   padding: 0 ${(2 / 24) * 100}%;
-  background-color: #ddd;
+  background-color: #e2e2e2;
 `;

+ 7 - 2
src/styles/globals.css

@@ -4,7 +4,7 @@ body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
     Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
-  background-color: #eee;
+  background-color: white;
   color: #1e1e1e;
 }
 
@@ -24,8 +24,13 @@ pre {
   margin-bottom: 1em;
 }
 
+h1 {
+  font-size: 2.25em;
+  font-weight: 800;
+}
+
 h2 {
-  margin-top: 2em;
+  font-weight: 800;
 }
 
 ::selection {