File: extra.css

package info (click to toggle)
emacs-lsp-haskell 1.0.20211214-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 156 kB
  • sloc: lisp: 250; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
  --md-primary-fg-color: #333333;
  --md-accent-fg-color: #EB7A2F;
  --md-default-fg-color--light: #999999;
}

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

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

.md-typeset a {
    color: #999999;
}