Update light.css
This commit is contained in:
parent
89a0ce8f1f
commit
d647dbfef4
@ -1,16 +1,19 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
|
||||
|
||||
:root {
|
||||
--color-bg: #fffff4;
|
||||
--color-text: #000;
|
||||
--gap-l: 2.5rem;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 40px auto;
|
||||
width: 610px;
|
||||
max-width: 100%;
|
||||
margin: var(--gap-l) auto;
|
||||
max-width: 610px;
|
||||
line-height: 1.6;
|
||||
font-size: 16px;
|
||||
background: #fffff4;
|
||||
color: #3a1616;
|
||||
background: var(--color-bg);
|
||||
color: var(--color-text);
|
||||
padding: 0 10px;
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
font-family: "Lora";
|
||||
font-weight: 500;
|
||||
|
Loading…
Reference in New Issue
Block a user