File: color_scheme.css

package info (click to toggle)
python-beanie 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,480 kB
  • sloc: python: 14,427; makefile: 7; sh: 6
file content (7 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[data-md-color-scheme="slate"] {

  --md-primary-fg-color:        #2e303e; /* Panel */
  --md-default-bg-color:        #2e303e; /* BG */
  --md-typeset-a-color:         #8e91aa;
  --md-accent-fg-color:         #658eda
}