Update light.css

This commit is contained in:
Andros Fenollosa 2023-06-26 12:56:12 +02:00 committed by GitHub
parent 89a0ce8f1f
commit d647dbfef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;