We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc99515 commit bb9336cCopy full SHA for bb9336c
assets/css/style.css
@@ -5,7 +5,7 @@ body {
5
font-family: 'Roboto', sans-serif;
6
font-size: 16px;
7
font-weight: 300;
8
- color: #000;
+ color: #888;
9
line-height: 30px;
10
text-align: center;
11
}
@@ -28,7 +28,7 @@ img { max-width: 100%; }
28
29
.medium-paragraph { font-size: 18px; line-height: 34px; }
30
31
-.colored { color: #cb9f3d; }
+.colored { color: #503dcb; }
32
33
::-moz-selection { background: #cb9f3d; color: #fff; text-shadow: none; }
34
::selection { background: #cb9f3d; color: #fff; text-shadow: none; }
0 commit comments