File: extra.css

package info (click to toggle)
dap-mode 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,556 kB
  • sloc: lisp: 6,299; makefile: 31; java: 27; xml: 23
file content (17 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
  --md-primary-fg-color: #573688;
  --md-accent-fg-color: #923EBE;
  --md-default-fg-color--light: #7B58B0;
}

.md-footer {
  --md-default-fg-color: #573688;
}

.md-grid {
  max-width: 70rem;
}

.md-typeset a {
    color: #7B58B0;
}