リファクタリングと再設計
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/marisa/trunk@67 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
17
example/static/marisa.css
Normal file
17
example/static/marisa.css
Normal file
@@ -0,0 +1,17 @@
|
||||
body {
|
||||
background-color: #282c37;
|
||||
color: #f8f8f2;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
a {
|
||||
color: #272822;
|
||||
}
|
||||
a:hover, a:link {
|
||||
color: #e6db74;
|
||||
}
|
||||
a:visited {
|
||||
color: #66d9ef;
|
||||
}
|
||||
table {
|
||||
border-color: rgb(128, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user