mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-02 01:39:32 -04:00
Initial commit
This commit is contained in:
12
sass/color/pink-light.scss
Normal file
12
sass/color/pink-light.scss
Normal file
@ -0,0 +1,12 @@
|
||||
:root {
|
||||
--accent: rgb(224,64,192);
|
||||
--accent-alpha-70: rgba(224,64,192);
|
||||
--accent-alpha-20: rgba(224,64,192,.2);
|
||||
|
||||
--background: white;
|
||||
--color: #1D212C;
|
||||
--border-color: rgba(0, 0, 0, .1);
|
||||
div.logo {
|
||||
color: white;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user