marisa/example/static/marisa.css
yakumo.izuru 7dd0415885 Update manual and center the interface
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/marisa/trunk@68 d6811dac-2434-b64a-9ddc-f563ab233461
2024-02-11 02:33:59 +00:00

16 lines
214 B
CSS

body {
background-color: #282c37;
color: #f8f8f2;
font-family: sans-serif;
text-align: center;
}
a {
color: #272822;
}
a:hover, a:link {
color: #e6db74;
}
a:visited {
color: #66d9ef;
}