CSS updates
This commit is contained in:
parent
6a99c806a5
commit
1d705a6f63
2 changed files with 5 additions and 3 deletions
|
@ -226,6 +226,7 @@ h2 {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
background: var(--server-list);
|
||||||
}
|
}
|
||||||
|
|
||||||
#servers {
|
#servers {
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
--code-bg: color-mix(in srgb, #121212 95%, var(--accent-color));
|
--code-bg: color-mix(in srgb, #121212 95%, var(--accent-color));
|
||||||
--user-info-bg: color-mix(in srgb,#383838 85%, var(--accent-color));
|
--user-info-bg: color-mix(in srgb,#383838 85%, var(--accent-color));
|
||||||
--user-dock-bg: color-mix(in srgb,#111111 90%, var(--accent-color));
|
--user-dock-bg: color-mix(in srgb,#111111 90%, var(--accent-color));
|
||||||
--channels-bg: color-mix(in srgb, #282828 90%, var(--accent-color));
|
--channels-bg: color-mix(in srgb, #2a2a2a 90%, var(--accent-color));
|
||||||
--channel-hover: color-mix(in srgb, #121212 70%, var(--accent-color));
|
--channel-hover: color-mix(in srgb, #121212 70%, var(--accent-color));
|
||||||
--blank-bg: #1b1b1b;
|
--blank-bg: #323232;
|
||||||
--light-border: #92929B;
|
--light-border: #92929B;
|
||||||
--settings-hover: color-mix(in srgb, #000000 95%, var(--accent-color) 5%);
|
--settings-hover: color-mix(in srgb, #000000 95%, var(--accent-color) 5%);
|
||||||
--quote-bg: #7a798e;
|
--quote-bg: #7a798e;
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
--profile-info-bg: color-mix(in srgb, #121212 90%, var(--accent-color));
|
--profile-info-bg: color-mix(in srgb, #121212 90%, var(--accent-color));
|
||||||
--server-border: color-mix(in srgb, #000000 80%, var(--accent-color));
|
--server-border: color-mix(in srgb, #000000 80%, var(--accent-color));
|
||||||
--server-bg: color-mix(in srgb, #2a2a2a 80%, var(--accent-color));
|
--server-bg: color-mix(in srgb, #2a2a2a 80%, var(--accent-color));
|
||||||
--server-name-bg: color-mix(in srgb, #1b1b1b 90%, var(--accent-color));
|
--server-name-bg: color-mix(in srgb, #232323 90%, var(--accent-color));
|
||||||
--reply-border: #474b76;
|
--reply-border: #474b76;
|
||||||
--reply-bg: #0b0d20;
|
--reply-bg: #0b0d20;
|
||||||
--reply-text: #acacac;
|
--reply-text: #acacac;
|
||||||
|
@ -56,6 +56,7 @@
|
||||||
--discovery-bg: #37373b;
|
--discovery-bg: #37373b;
|
||||||
--message-jump:#7678b0;
|
--message-jump:#7678b0;
|
||||||
--icon-color:white;
|
--icon-color:white;
|
||||||
|
--server-list: color-mix(in srgb, #1d1d1d 90%, var(--accent-color));
|
||||||
}
|
}
|
||||||
.WHITE-theme {
|
.WHITE-theme {
|
||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue