lldap/app/style.css
Valentin Tolmer 6f54f57d20 app: Add style.css, improve classes
Also change the server to be able to serve style.css.
2021-10-15 17:20:37 +09:00

13 lines
163 B
CSS

header h1 {
font-family: 'Bebas Neue', cursive;
}
.table>tbody {
vertical-align: middle;
}
.table>tbody a {
font-weight: 700;
text-decoration: none;
}