wtf happened to these urls

This commit is contained in:
Medium Fries 2018-12-22 22:32:34 -08:00
parent 0b2e81d6f8
commit 4d0faf2f76
2 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,7 @@ html {
/* now some stuff for the text */ /* now some stuff for the text */
body { body {
/* regular tex color(for the front page it won't matter much since everything is blockquotes*/ /* regular tex color(for the front page it won't matter much since everything is blockquotes*/
color: #373854; color: #3b444b;
background-color: #faebd7; background-color: #faebd7;
font-family: Fixedsys; font-family: Fixedsys;
font-size: 12px; font-size: 12px;
@ -141,6 +141,7 @@ h6 {
} }
blockquote { blockquote {
/* this bit for the text color */
color: #3b444b; color: #3b444b;
margin: 0; margin: 0;
padding-left: 3em; padding-left: 3em;

View File

@ -41,7 +41,7 @@ html {
/* now some stuff for the text */ /* now some stuff for the text */
body { body {
/* regular tex color(for the front page it won't matter much since everything is blockquotes*/ /* regular tex color(for the front page it won't matter much since everything is blockquotes*/
color: #373854; color: #3b444b;
background-color: #faebd7; background-color: #faebd7;
font-family: Fixedsys; font-family: Fixedsys;
font-size: 12px; font-size: 12px;
@ -141,6 +141,7 @@ h6 {
} }
blockquote { blockquote {
/* this bit for the text color */
color: #3b444b; color: #3b444b;
margin: 0; margin: 0;
padding-left: 3em; padding-left: 3em;