This commit is contained in:
Daniel Brendel
2024-04-03 02:22:50 +02:00
parent 329e430cc1
commit 3b2f71ae26
2 changed files with 6 additions and 1 deletions

View File

@ -70,6 +70,11 @@ a.navbar-burger:hover {
} }
} }
#app hr {
background-color: rgb(90, 125, 143);
height: 1px;
}
.is-font-title { .is-font-title {
font-family: 'Helvetica', Verdana, Arial, sans-serif; font-family: 'Helvetica', Verdana, Arial, sans-serif;
font-size: 20px; font-size: 20px;

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long