File: my_theme.css

package info (click to toggle)
skorch 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,368 kB
  • sloc: python: 20,415; sh: 66; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.wy-side-nav-search {
	background-color: #fcfcfc;

}

.wy-side-nav-search > div.version {
	color: black;
}

.wy-side-nav-search > a {
	color: black;
}

/* Adds logo in header for mobile */

.wy-nav-top {
	background-color: #fcfcfc;
	background-image: url('../logo.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0.4045em 0.809em;
	color: #333;
}

.wy-nav-top > a {
	display: none;
}