Skip to content

Commit bb9336c

Browse files
committed
Update style.css
1 parent fc99515 commit bb9336c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
font-family: 'Roboto', sans-serif;
66
font-size: 16px;
77
font-weight: 300;
8-
color: #000;
8+
color: #888;
99
line-height: 30px;
1010
text-align: center;
1111
}
@@ -28,7 +28,7 @@ img { max-width: 100%; }
2828

2929
.medium-paragraph { font-size: 18px; line-height: 34px; }
3030

31-
.colored { color: #cb9f3d; }
31+
.colored { color: #503dcb; }
3232

3333
::-moz-selection { background: #cb9f3d; color: #fff; text-shadow: none; }
3434
::selection { background: #cb9f3d; color: #fff; text-shadow: none; }

0 commit comments

Comments
 (0)