aboutsummaryrefslogtreecommitdiffstats
path: root/templates/homepage/custom.css
blob: 5453292a4db84d18712394af2e2496ea0451503b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* Generated by udt-palette from palette/material-ocean.conf. Do not edit.
 *
 * Catppuccin-independent: every colour here comes from palette/roles-material-ocean
 * .conf, so this file follows the desktop rather than restating a palette.
 */

.theme-gray {
  --color-50: 166 172 205;
  --color-100: 166 172 205;
  --color-200: 113 124 180;
  --color-300: 113 124 180;
  --color-400: 75 82 109;
  --color-500: 75 82 109;
  --color-600: 46 52 70;
  --color-700: 31 34 51;
  --color-800: 31 34 51;
  --color-900: 15 17 26;

  --color-logo-start: 137 221 255;
  --color-logo-stop:  137 221 255;
}

/* Card backgrounds, which the ramp does not reach. See the note above. */
.theme-gray .bg-theme-100\/20:not([class^="backdrop-blur"]),
.theme-gray .dark\:bg-white\/5:not([class^="backdrop-blur"]) {
  background-color: rgb(31 34 51 / 55%);
}

.theme-gray .bg-theme-100\/20:hover:not([class^="backdrop-blur"]),
.theme-gray .dark\:bg-white\/5:hover:not([class^="backdrop-blur"]) {
  background-color: rgb(31 34 51 / 70%);
}

.theme-gray .bg-theme-900\/50:not([class^="backdrop-blur"]) {
  background-color: rgb(15 17 26 / 50%);
}

/* Accent on secondary labels. Fixed, not wallpaper-tracking: this runs on a
 * server with no wallpaper to read. */
.theme-gray .text-theme-500 {
  color: #89ddff;
}