Version 1.0.2

This commit is contained in:
pmoreno.rodriguez 2022-10-31 11:33:42 +01:00 committed by GitHub
parent 05ec814754
commit da9575b309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
// Palette.
$palette: (
bg: #ffffff,
bg-alt: #d8d8d8,
bg-alt: #f4f4f4,
bg-dropdown: rgb(230, 230, 230),
fg: #2e2e2e,
fg-bold: #3c3b3b,
@ -46,4 +46,4 @@ $palette: (
border-alt: rgba(160,160,160,0.65),
border-dropdown: rgba(0, 0, 0, 0.15),
accent: #ba2e5d
);
);