File: htmlize.css

package info (click to toggle)
leiningen-clojure 2.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,124 kB
  • sloc: xml: 925; sh: 776; lisp: 46; makefile: 45; java: 16
file content (20 lines) | stat: -rw-r--r-- 314 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
body {
    color: #000000;
    background-color: #ffffff;
}
.constant {
    /* font-lock-constant-face */
    color: #008b8b;
}
.esk-paren {
    /* esk-paren-face */
    color: #8c8c8c;
}
.hl-line {
    /* hl-line */
    background-color: #b4eeb4;
}
.string {
    /* font-lock-string-face */
    color: #8b2252;
}