big succ text color

This commit is contained in:
Medium Fries 2018-12-22 22:43:10 -08:00
parent 5cce79b78c
commit 8eb2db9be7

View File

@ -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 {