Made it look a bit nicer and added a cascading menu thing
This commit is contained in:
15
static/custom.css
Normal file
15
static/custom.css
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
font: Sans-Serif;
|
||||
}
|
||||
body {
|
||||
background: #fbf1d7;
|
||||
}
|
||||
a {
|
||||
background: #83c5b8;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
background: #fe8019;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user