File: darktoc.css

package info (click to toggle)
ruby-ronn 0.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ruby: 1,587; sh: 22; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* darktoc.css - enable table of contents */

.man-navigation {
    border-left:2px solid #222;
    background-color:#131211;
}
.man-navigation a,
.man-navigation a:hover,
.man-navigation a:link,
.man-navigation a:visited {
    color:#777;
    text-decoration:none;
}
.man-navigation a:hover {
    color:#fff;
    text-decoration:underline;
}