source: code/trunk/example/static/marisa.css@ 67

Last change on this file since 67 was 67, checked in by yakumo.izuru, 16 months ago

リファクタリングと再設計

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 233 bytes
Line 
1body {
2 background-color: #282c37;
3 color: #f8f8f2;
4 font-family: sans-serif;
5}
6a {
7 color: #272822;
8}
9a:hover, a:link {
10 color: #e6db74;
11}
12a:visited {
13 color: #66d9ef;
14}
15table {
16 border-color: rgb(128, 0, 0);
17}
Note: See TracBrowser for help on using the repository browser.