File: darktoc.css

package info (click to toggle)
ruby-ronn 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 512 kB
  • ctags: 154
  • 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;
}