File: custom.css

package info (click to toggle)
onionshare 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,628 kB
  • sloc: python: 14,487; javascript: 10,725; sh: 137; makefile: 56; xml: 29
file content (21 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.wy-nav-top {
    background-color: #4e0d4e;
}

.wy-side-nav-search {
    background-color: #5f0f5f;
}

.wy-nav-content a:link,
.wy-nav-content a:visited {
    color: #2980b9;
}

.wy-nav-content a:active,
.wy-nav-content a:hover {
    color: #3091d1;
}

.wy-nav-content div[role=navigation] {
    display: none;
}