Последняя активность 4 days ago

I had the best luck just tossing this in the `/mljdata/custom_css` folder on Docker

Версия 9653ba00393e0e3b97c50db91af184436c31bc31

maloja-custom.css Исходник
1:root {
2 --base-color: #1e1e2e;
3 --base-color-dark: #181825;
4 --base-color-light: #313244;
5 --base-color-accent: #74c7ec;
6 --base-color-accent-dark: #74c7ec;
7 --base-color-accent-light: #6c7086;
8
9 --text-color: #cdd6f4;
10 --text-color-selected: fadeout(var(--text-color),40%);
11 --text-color-secondary: #bac2de;
12 --text-color-tertiary: #a6adc8;
13 --text-color-focus: #74c7ec;
14
15 --ctrl-element-color-bg: rgba(17,17,27,0.1);
16 --ctrl-element-color-main: rgba(116, 199, 236,0.7);
17 --ctrl-element-color-focus: #74c7ec;
18
19 --button-color-bg: var(--text-color);
20 --button-color-bg-focus: var(--text-color-focus);
21 --button-color-fg: var(--base-color);
22 --button-color-fg-focus: var(--base-color);
23}
24
25img[src="/favicon.png"] {
26 filter: hue-rotate(120deg);
27}
28
29a[href="/about"] {
30 display: none;
31}
32