commit
c9898cf261
95 changed files with 5217 additions and 0 deletions
26
static/css/discord.css
Normal file
26
static/css/discord.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
:root {
|
||||
--main-bg: #2f3136;
|
||||
--main-fg: #dcddde;
|
||||
|
||||
--result-link-fg: #747ff4;
|
||||
--result-fg: #dcddde;
|
||||
|
||||
--button-bg: #36393f;
|
||||
|
||||
--special-result-border: opacity 0;
|
||||
--special-text-background: #36393f;
|
||||
--special-text-color: #dcddde;
|
||||
|
||||
--search-container-text-color: #dcddde;
|
||||
--search-container-background-color: #282b30;
|
||||
--search-container-background-border: opacity 0;
|
||||
|
||||
--search-form-background-color: #36393f;
|
||||
|
||||
--border: opacity 0;
|
||||
|
||||
--footer-fg: #dcddde;
|
||||
--footer-bg: #36393f;
|
||||
|
||||
color-scheme: dark;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue