werid blue theme
Last updated at 2025-02-09 16:32:22.768522 +0000 +0000
Description
see title
Previews
Code
To use this theme, paste this into your custom CSS:
@import url("https://css.gomuks.app/theme/blue.css");
Full CSS:
* {
--background-color: #232e3c;
--timeline-hover-bg-color: #2c3a4f;
--composer-background-color: #141d28;
--room-list-background: #141d28;
--space-list-background-overlay: rgba(0, 0, 0, 0);
--room-list-background-overlay: rgba(0, 0, 0, 0);
--room-list-search-background-overlay: rgba(0, 0, 0, 0);
}
input.toggle:checked {
--enabled-color: #43556d;
}