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