File: theme.css

package info (click to toggle)
golang-github-nicholas-fedor-shoutrrr 0.8.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,332 kB
  • sloc: sh: 61; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
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
[data-md-color-scheme="shoutrrr"] {
  --md-primary-fg-color: hsl(193, 100%, 44%);
  --md-primary-fg-color--light: hsl(193, 100%, 55%);
  --md-primary-fg-color--dark: hsl(193, 76%, 33%);
  --md-accent-fg-color: hsl(39, 84%, 44%);
  --md-accent-fg-color--transparent: hsla(39, 84%, 58%, 0.1);
  --md-typeset-a-color: var(--md-primary-fg-color--dark);
  --md-default-fg-color--light: hsl(
    0,
    0%,
    0%,
    1
  ) !important; /* Fully opaque black for light mode */
  --md-default-fg-color--dark: hsl(
    0,
    0%,
    100%,
    1
  ) !important; /* Fully opaque white for dark mode */
}

[data-md-color-scheme="shoutrrr"] .md-typeset h1 {
  --md-default-fg-color--light: hsl(
    0,
    0%,
    0%,
    1
  ) !important; /* Fully opaque black for light mode */
  --md-default-fg-color--dark: hsl(
    0,
    0%,
    100%,
    1
  ) !important; /* Fully opaque white for dark mode */
}