1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

tests/discoss: add tests

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-05 14:31:53 -05:00
parent 6e8ab005bc
commit 3c3076b1c1
5 changed files with 99 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/* 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;
}