update css to comply with spotify styling guide
This commit is contained in:
parent
1a7b909efd
commit
ec3ab8b48b
@ -3,12 +3,16 @@
|
||||
<style>
|
||||
@import url("https://styles.alv.cx/colors/gruvbox.css");
|
||||
@import url("https://styles.alv.cx/base.css");
|
||||
@import url("https://styles.alv.cx/modules/darkmode.css");
|
||||
|
||||
:root {
|
||||
--light: var(--colorscheme-light);
|
||||
--colorscheme-dark: #000;
|
||||
--fg: var(--colorscheme-light);
|
||||
--fg-lc: var(--colorscheme-light-darker);
|
||||
--bg: var(--colorscheme-dark);
|
||||
--bg-lc: var(--colorscheme-dark-lighter);
|
||||
}
|
||||
|
||||
|
||||
.messagetypeinfo { background-color: var(--blue); }
|
||||
.messagetypeerror { background-color: var(--red); }
|
||||
.messagetypewarning { background-color: var(--yellow); }
|
||||
|
Loading…
Reference in New Issue
Block a user