app: Add style.css, improve classes
Also change the server to be able to serve style.css.
This commit is contained in:
committed by
nitnelave
parent
3912d62623
commit
f4edb99379
12
app/style.css
Normal file
12
app/style.css
Normal file
@@ -0,0 +1,12 @@
|
||||
header h1 {
|
||||
font-family: 'Bebas Neue', cursive;
|
||||
}
|
||||
|
||||
.table>tbody {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.table>tbody a {
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user