File: custom.css

package info (click to toggle)
neo 0.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,400 kB
  • sloc: python: 45,316; makefile: 92; sh: 16
file content (12 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12

.navbar-header-items li.nav-item {
    text-align: center;
}

html[data-theme="light"] {
    --pst-color-inline-code: rgb(11, 96, 38);
}

html[data-theme="dark"] {
    --pst-color-inline-code: rgb(15, 127, 51);
}