contrast
This commit is contained in:
parent
f886717c25
commit
c95f29b173
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user