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

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

Update manual and center the interface

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

File size: 214 bytes
RevLine 
[67]1body {
2 background-color: #282c37;
3 color: #f8f8f2;
4 font-family: sans-serif;
[68]5 text-align: center;
[67]6}
7a {
8 color: #272822;
9}
10a:hover, a:link {
11 color: #e6db74;
12}
13a:visited {
14 color: #66d9ef;
[68]15 }
Note: See TracBrowser for help on using the repository browser.