File: darktoc.css

package info (click to toggle)
ruby-ronn 0.7.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: ruby: 1,405; makefile: 2
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;
}