File: extra.css

package info (click to toggle)
emacs-lsp-ui 9.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,088 kB
  • sloc: lisp: 3,066; makefile: 34
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;
}