feat: introduce skins to customise the theme (#105)

This commit is contained in:
Óscar 2023-08-10 13:21:52 +02:00 committed by GitHub
parent d2780f42a3
commit f8cce3001c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 673 additions and 7 deletions

View file

@ -0,0 +1,7 @@
:root {
--primary-color: #1460bd; // Contrast ratio: 6.1:1
}
[data-theme='dark'] {
--primary-color: #e6c212; // Contrast ratio: 9.48:1
}