This commit is contained in:
Sören Weber 2021-07-01 13:35:12 +02:00
parent 9cc3f7103c
commit 82bdb24f72
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
5 changed files with 220 additions and 54 deletions

View file

@ -0,0 +1 @@
<link rel="shortcut icon" href="/images/logo.svg" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

View file

@ -129,4 +129,23 @@ a:hover {
#shortcuts h3{
color: var(--MENU-SECTIONS-LINK-HOVER-color) !important;
}
}
a#logo{
color: white;
font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-size: 30px;
font-weight: bold;
margin-top: -2px;
}
#logo #relearn-logo{
height: 65px;
margin-bottom: -20px;
margin-top: -20px;
width: 65px;
}
#relearn-logo path {
fill: #fff !important;
}