22 lines
976 B
CSS
22 lines
976 B
CSS
main {
|
|
background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed;
|
|
}
|
|
|
|
:root[data-theme="dark"] {
|
|
--darkreader-bg--main-background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed;
|
|
--darkreader-bg--secondary-background: #202020;
|
|
--darkreader-border--secondary-background: #7e7568;
|
|
--darkreader-bg--foreground: #222526;
|
|
--darkreader-text--foreground: #dddad5;
|
|
--darkreader-border--foreground: #353a3c;
|
|
--darkreader-bg--panels-background: #15151c;
|
|
--darkreader-bg--table-bg: #0f1011;
|
|
--darkreader-bg--table-zebra: #13131a;
|
|
--darkreader-bg--table-highlight: #2a2e2f;
|
|
--darkreader-border--table-highlight: #7a7164;
|
|
}
|
|
.bg-panels-bg {
|
|
background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed;
|
|
}
|
|
|