File: custom.css

package info (click to toggle)
python-authlib 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: python: 26,998; makefile: 53; sh: 14
file content (40 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
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
:root {
  --syntax-light-pre-bg: #ecf5ff;
  --syntax-light-cap-bg: #d6e7fb;
  --syntax-dark-pre-bg: #1a2b3e;
  --syntax-dark-cap-bg: #223e5e;
}

#ethical-ad-placement {
  display: none;
}

.site-sponsors {
  margin-bottom: 2rem;
}

.site-sponsors > .sponsor {
  display: flex;
  align-items: center;
  background: var(--sy-c-bg-weak);
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-sponsors .image {
  flex-shrink: 0;
  display: block;
  width: 32px;
  margin-right: 0.8rem;
}

.site-sponsors .text {
  font-size: 0.86rem;
  line-height: 1.2;
}

.site-sponsors .text a {
  color: var(--sy-c-link);
  border-color: var(--sy-c-link);
}