File: custom.css

package info (click to toggle)
flask-limiter 3.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: python: 6,432; makefile: 165; sh: 67
file content (24 lines) | stat: -rw-r--r-- 412 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
#flask-limiter h1 {
  display: none;
}
a.image-reference.logo:hover {
  filter: none;
}
a.logo {
  padding-bottom: 1em;
}
body[data-theme="dark"] img.logo, body[data-theme="dark"] img.sidebar-logo {
  filter: invert(0.7) sepia(0.4);
}
.badges {
  display: flex;
  padding: 10px;
  flex-direction: row;
  justify-content: center;
}
.header-badge {
  padding: 2px;
}

@media only screen and (max-width: 768px) {
}