| 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 | |
| 25 | #notch { |
| 26 | filter: hue-rotate(120deg); |
| 27 | transform: scale(.67); |
| 28 | } |
| 29 | |
| 30 | a[href="/about"] { |
| 31 | display: none; |
| 32 | } |
| 33 | |
| 34 | .hidelink { |
| 35 | opacity: 0; |
| 36 | transition: 100ms opacity ease-in; |
| 37 | |
| 38 | &:hover { |
| 39 | opacity: 1; |
| 40 | } |
| 41 | } |
| 42 |
melanie / Maloja - Catppuccin Mocha Theme
Last active 3 months ago
I had the best luck just tossing this in the `/mljdata/custom_css` folder on Docker