✨ feat: introduce skins to customise the theme (#105)
This commit is contained in:
7
sass/skins/lavender.scss
Normal file
7
sass/skins/lavender.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
:root {
|
||||
--primary-color: #9055d8; // Contrast ratio: 4.69:1
|
||||
}
|
||||
|
||||
[data-theme='dark'] {
|
||||
--primary-color: #cba2e8; // Contrast ratio: 7.74:1
|
||||
}
|
Reference in New Issue
Block a user