fixes
This commit is contained in:
parent
629d1a9b62
commit
0e42a9bda0
5 changed files with 52 additions and 36 deletions
10
style.css
10
style.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue