reconfiguration
This commit is contained in:
@@ -39,12 +39,12 @@ html.dark {
|
||||
--color-background: transparent;
|
||||
--color-main-bg: rgba(14, 18, 23, 1);
|
||||
//--color-main-bg: rgba(30,31,34, 1);
|
||||
--color-second-bg: rgb(43,45,48);
|
||||
--color-second-bg: rgb(30,31,34);
|
||||
--color-second-bg: rgb(43, 45, 48);
|
||||
--color-second-bg: rgb(30, 31, 34);
|
||||
|
||||
--color-item-bg: rgb(43,45,48);
|
||||
--color-item-hover: rgb(67,69,74);
|
||||
--color-item-active: rgb(84,84,84);
|
||||
--color-item-bg: rgb(43, 45, 48);
|
||||
--color-item-hover: rgb(67, 69, 74);
|
||||
--color-item-active: rgb(84, 84, 84);
|
||||
--color-item-border: rgb(41, 41, 41);
|
||||
|
||||
--color-header-bg: rgb(51, 51, 51);
|
||||
@@ -56,9 +56,9 @@ html.dark {
|
||||
|
||||
--color-gray: #bebebe;
|
||||
|
||||
--color-scrollbar: rgb(59, 87, 138);
|
||||
--color-scrollbar: rgb(77,78,81);
|
||||
--color-scrollbar: rgb(92,93,94);
|
||||
--color-scrollbar: rgb(59, 87, 138);
|
||||
--color-scrollbar: rgb(77, 78, 81);
|
||||
--color-scrollbar: rgb(92, 93, 94);
|
||||
}
|
||||
|
||||
$anim-time: 0.3s;
|
||||
@@ -155,7 +155,7 @@ footer {
|
||||
gap: 10rem;
|
||||
}
|
||||
|
||||
.justify-content-between {
|
||||
.space-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@ footer {
|
||||
padding-bottom: $space;
|
||||
box-sizing: border-box;
|
||||
|
||||
header {
|
||||
.list-header {
|
||||
min-height: 50rem;
|
||||
padding: 10rem $space;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user