File: slate.css

package info (click to toggle)
python-respx 0.21.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 872 kB
  • sloc: python: 4,378; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[data-md-color-scheme="slate"] {
  --md-hue: 245; 
  --md-typeset-a-color: #9772d7;
  --md-default-bg-color: hsla(var(--md-hue),15%,11%,1);
  --md-footer-bg-color: hsla(var(--md-hue),15%,5%,0.87);
  --md-footer-bg-color--dark: hsla(var(--md-hue),15%,1%,1);
}