updated some bulleted list font colors across the board

This commit is contained in:
shockrahwow
2018-09-13 21:19:29 -07:00
parent 1bdc0bb695
commit c56c6f0b32
3 changed files with 33 additions and 18 deletions

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);
}
body {
color: #444;
@@ -184,6 +184,7 @@ sub {
ul, ol {
margin: 1em 0;
padding: 0 0 0 2em;
color: #858585;
}
li p:last-child {