big succ text color
This commit is contained in:
parent
5cce79b78c
commit
8eb2db9be7
@ -7,11 +7,11 @@ html {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Fixedsys';
|
font-family: 'Fixedsys';
|
||||||
src: url(./fonts/FSEX300.ttf);
|
src: url(../fonts/FSEX300.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Freemono';
|
font-family: 'Freemono';
|
||||||
src: url(./fonts/FreeMono.otf);
|
src: url(../fonts/FreeMono.otf);
|
||||||
}
|
}
|
||||||
/* sick nav bar */
|
/* sick nav bar */
|
||||||
.topnav {
|
.topnav {
|
||||||
@ -21,7 +21,7 @@ html {
|
|||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
/* text color */
|
/* text color */
|
||||||
color: #f2f2f2;
|
color: #3b444b;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -96,7 +96,7 @@ a::selection {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
color: #F1C6A7;
|
color: #3b444b;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user