From 8eb2db9be7958ae3adaeaac8a11bc5fea27b0887 Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Sat, 22 Dec 2018 22:43:10 -0800 Subject: [PATCH] big succ text color --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b61466f..82206e4 100644 --- a/style.css +++ b/style.css @@ -7,11 +7,11 @@ html { @font-face { font-family: 'Fixedsys'; - src: url(./fonts/FSEX300.ttf); + src: url(../fonts/FSEX300.ttf); } @font-face { font-family: 'Freemono'; - src: url(./fonts/FreeMono.otf); + src: url(../fonts/FreeMono.otf); } /* sick nav bar */ .topnav { @@ -21,7 +21,7 @@ html { float: left; display: block; /* text color */ - color: #f2f2f2; + color: #3b444b; text-align: center; padding: 14px 16px; text-decoration: none; @@ -96,7 +96,7 @@ a::selection { p { margin: 1em 0; - color: #F1C6A7; + color: #3b444b; } img {