This commit is contained in:
Tyrel Souza 2022-11-04 14:30:06 -04:00
parent f886717c25
commit c95f29b173
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360

View File

@ -11,6 +11,13 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary
/* WORDCLOUD */ /* WORDCLOUD */
/* CUSTOM */ /* CUSTOM */
html {
background-color: #0E2F39;
/* color: #ACBDBF; */
color: #93a1a1;
}
body { body {
font-family: 'Lato', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-family: 'Lato', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
line-height: 1.429; line-height: 1.429;
@ -20,7 +27,6 @@ body {
min-height: 95vh; min-height: 95vh;
} }
p { p {
color: rgb(131, 148, 150);
margin: 0 10 0 10; margin: 0 10 0 10;
padding-left: 0.75rem; padding-left: 0.75rem;
line-height: 1.2rem; line-height: 1.2rem;