mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
15 lines
248 B
CSS
15 lines
248 B
CSS
/* Custom Discord theme */
|
|
.theme-dark {
|
|
--background-primary: #2f3136;
|
|
--background-secondary: #36393f;
|
|
}
|
|
|
|
.chat-3bRxxu {
|
|
background: var(--background-primary);
|
|
}
|
|
|
|
.content-yTz4x3:before {
|
|
content: "Custom CSS Loaded";
|
|
color: #43b581;
|
|
}
|