Added a separate file for color variables
This commit is contained in:
parent
cebae8c7ae
commit
ec73af5618
4 changed files with 14 additions and 13 deletions
|
@ -1,3 +1,4 @@
|
|||
@import url('./themes/colors.css');
|
||||
body {
|
||||
background-color: red;
|
||||
}
|
11
src/themes/colors.css
Normal file
11
src/themes/colors.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--link-color: #646cff;
|
||||
--link-hover-color: #535bf2;
|
||||
--background-color: #12082b;
|
||||
--header-background-color: #1f1145;
|
||||
--content-background-color: #0d0620;
|
||||
--text-color: white;
|
||||
--border-color: #8054f0;
|
||||
--indicator-inactive-color: #4a4a4a;
|
||||
--indicator-active-color: #8054f0;
|
||||
}
|
|
@ -3,18 +3,6 @@
|
|||
src: url(https://witchcraft.systems/ProggyCleanNerdFont-Regular.ttf);
|
||||
}
|
||||
|
||||
:root {
|
||||
--link-color: #646cff;
|
||||
--link-hover-color: #535bf2;
|
||||
--background-color: #12082b;
|
||||
--header-background-color: #1f1145;
|
||||
--content-background-color: #0d0620;
|
||||
--text-color: white;
|
||||
--border-color: #8054f0;
|
||||
--indicator-inactive-color: #4a4a4a;
|
||||
--indicator-active-color: #8054f0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
background: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue