using files instead of base64 embedded images for performance and tidiness
This commit is contained in:
parent
a6341b2aff
commit
826182cd07
8 changed files with 38 additions and 27 deletions
10
denden.css
10
denden.css
|
|
@ -7,7 +7,13 @@
|
|||
* @source https://bunsin.space/forgejo/sundae/discord-denden-theme/src/branch/main/denden.css
|
||||
* @authorLink https://sundae.bunsin.space/
|
||||
*/
|
||||
@import url("denden-assets.css");
|
||||
:root {
|
||||
--kiophen: url("./denden-assets/mint.png");
|
||||
--bubble1: url("./denden-assets/bg_blobbubble_3.png");
|
||||
--bubble2: url("./denden-assets/bg_blobbubble_3_flip.png");
|
||||
--forest: url("./denden-assets/bg_forest_dither.png");
|
||||
--blob: url("./denden-assets/blob.png");
|
||||
}
|
||||
@supports (color: color-mix(in lch, red, blue)) {
|
||||
.theme-dark {
|
||||
--gel: rgb(76, 252, 252);
|
||||
|
|
@ -459,7 +465,7 @@
|
|||
}
|
||||
/* Buttons */
|
||||
:is(nav[aria-label] div:has(> a), /* Sidebar/direct messages */
|
||||
[aria-label="Message Actions"] [role], /* Message actions ("React", "Reply", "Forward" and "More") */
|
||||
[aria-label="Message Actions"] [role="button"], /* Message actions ("React", "Reply", "Forward" and "More") */
|
||||
[class*="channelTextArea"] [class*="buttons"] [role], [class*="channelTextArea"] [class*="attach"]>[aria-label], /* Message box buttons (GIF, Sticker, Emoji picker)*/
|
||||
section[aria-label="User area"] button, /* Mute/Unmute, Deafen/Undeafen, User settings buttons */
|
||||
[class*="toolbar"] [role="button"], /* Chat toolbar buttons */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue