source:
code/trunk/example/static/marisa.css@
67
Last change on this file since 67 was 67, checked in by , 16 months ago | |
---|---|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[67] | 1 | body { |
2 | background-color: #282c37; | |
3 | color: #f8f8f2; | |
4 | font-family: sans-serif; | |
5 | } | |
6 | a { | |
7 | color: #272822; | |
8 | } | |
9 | a:hover, a:link { | |
10 | color: #e6db74; | |
11 | } | |
12 | a:visited { | |
13 | color: #66d9ef; | |
14 | } | |
15 | table { | |
16 | border-color: rgb(128, 0, 0); | |
17 | } |
Note:
See TracBrowser
for help on using the repository browser.