💄 changing colors for entire site
This commit is contained in:
parent
cf180f2eb9
commit
aec261e823
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-width: 65ch;
|
max-width: 65ch;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #fff;
|
background-color: #FFF8EA;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #444;
|
color: #815B5B;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|
Loading…
Add table
Reference in a new issue