Home

ugit @3e7f0123397623b931dc5698376a99e08e5b7e90 - refs - log -
-
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
ugit / internal / html / generate.css
- raw
 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
43
44
45
46
47
48
49
.markdown * {
  all: revert;
  color: rgb(var(--ctp-text));
}

.markdown a {
  color: rgb(var(--ctp-blue));
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

.markdown a:hover {
  text-decoration-style: solid;
}

.chroma {
  font-size: small;
}

.chroma * {
  background-color: rgb(var(--ctp-base)) !important;
}

.chroma table {
  border-spacing: 5px 0 !important;
}

.chroma .lnt {
  color: rgb(var(--ctp-subtext1)) !important;
}

.chroma .lnt:target,
.chroma .lnt:focus {
  color: rgb(var(--ctp-subtext0)) !important;
}

.chroma .line {
  white-space: break-spaces;
}

.chroma .line.active,
.chroma .line.active * {
  background: rgb(var(--ctp-surface0)) !important;
}

.commit .chroma {
  border-radius: .25rem;
  padding: 1em;
}