[CodeFactor] Apply fixes
This commit is contained in:
parent
9bb1544bd7
commit
69eb815d25
6 changed files with 26 additions and 27 deletions
|
@ -7,5 +7,5 @@
|
|||
--color-four: #f9e2af;
|
||||
--color-five: #89b4fa;
|
||||
--color-six: #f5c2e7;
|
||||
--color-seven: #ffffff;
|
||||
--color-seven: #fff;
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
:root {
|
||||
--background-color: #000000;
|
||||
--foreground-color: #ffffff;
|
||||
--background-color: #000;
|
||||
--foreground-color: #fff;
|
||||
--color-one: #121212;
|
||||
--color-two: #808080;
|
||||
--color-three: #999999;
|
||||
--color-four: #666666;
|
||||
--color-three: #999;
|
||||
--color-four: #666;
|
||||
--color-five: #bfbfbf;
|
||||
--color-six: #e0e0e0;
|
||||
--color-seven: #555555;
|
||||
--color-seven: #555;
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
:root {
|
||||
--background-color: #44475a;
|
||||
--foreground-color: #8be9fd;
|
||||
--color-one: #ff5555;
|
||||
--color-one: #f55;
|
||||
--color-two: #50fa7b;
|
||||
--color-three: #ffb86c;
|
||||
--color-four: #bd93f9;
|
||||
--color-five: #ff79c6;
|
||||
--color-six: #94a3a5;
|
||||
--color-seven: #ffffff;
|
||||
--color-seven: #fff;
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
--color-four: #458588;
|
||||
--color-five: #b16286;
|
||||
--color-six: #689d6a;
|
||||
--color-seven: #ffffff;
|
||||
--color-seven: #fff;
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
--color-four: #fc9867;
|
||||
--color-five: #ab9df2;
|
||||
--color-six: #78dce8;
|
||||
--color-seven: #ffffff;
|
||||
--color-seven: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue