File: mkdocstrings.css

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:root {
  --md-primary-fg-color: #c96c08;
  --md-primary-fg-color--light: #94f2f7;
  --md-primary-fg-color--dark: #335365;
}

.md-tabs__item {
  font-weight: bolder;
}

.grid {
  font-weight: bolder;
  font-size: 160%;
  font-family: Georgia, serif;
}