File: mkdocs-material.css

package info (click to toggle)
python-django-pgtrigger 4.15.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 956 kB
  • sloc: python: 4,376; makefile: 114; sh: 8; sql: 2
file content (28 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
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
.md-typeset__table {
  min-width: 100%;
}

.md-typeset table:not([class]) {
  display: table;
}

:root {
  --md-primary-fg-color: #1d1f29;
  --md-primary-fg-color--light: #1d1f29;
  --md-primary-fg-color--dark: #1d1f29;
}

.md-content {
--md-typeset-a-color: #00bc70;
}

.md-footer {
  background-color: #1d1f29;
}
.md-footer-meta {
  background-color: #1d1f29;
}

readthedocs-flyout {
  display: none;
}