Update light.css

This commit is contained in:
Andros Fenollosa 2023-06-26 13:46:55 +02:00 committed by GitHub
parent 9bdaecc448
commit cb9be86a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
:root { :root {
--color-bg: #fffff4; --color-bg: #FFFFF5;
--color-text: #000; --color-text: #000;
--gap-l: 2.5rem; --gap-l: 2.5rem;
} }