This commit is contained in:
Jonas Heinrich 2022-03-10 18:41:23 +01:00
parent 629d1a9b62
commit 0e42a9bda0
5 changed files with 52 additions and 36 deletions

View file

@ -121,7 +121,7 @@ a.no-underline {
}
.button {
background-color: #ED9B40;
background-color: var(--themeColor);
text-shadow: none;
border: none;
border-radius: 8px;
@ -133,7 +133,7 @@ a.no-underline {
}
.rentButton {
background-color: #ED9B40;
background-color: var(--themeColor);
border-radius: 10px;
padding: 10px 20px !important;
margin-left: 10px;
@ -148,7 +148,9 @@ a.no-underline {
}
.rentButton:hover {
background-color: #FFAA48 !important;
background-color: var(--themeColor) !important;
/* box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.6); */
filter: brightness(120%);
}
.button[disabled] {
@ -278,7 +280,7 @@ html.has-navbar-fixed-top {
}
.mainNavbar a.navbar-item:hover {
color: #C76E08;
color: var(--themeColor);
}
.mainNavbar .language-selector .icon {