Color yellow buttons (#26321)

This commit is contained in:
Paulus Schoutsen 2023-02-21 03:29:19 -05:00 committed by GitHub
parent 74775f3c60
commit 52dfed5e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -336,12 +336,12 @@ $ha__primary_color: #03a9f4;
display: flex;
cursor: pointer;
text-transform: capitalize;
font-weight: 900;
font-size: 18px;
color: #ffffff;
div {
margin: auto;
font-weight: 900;
font-size: 18px;
color: #ffffff;
}
}

View File

@ -48,7 +48,10 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
max-width: initial;
width: 100px;
}
.banner-overlay-button, #landingpage .fab {
background-color: #ffc900 !important;
color: black !important;
}
@media only screen and (max-width: 480px) {
#landingpage .content .bullet-points .item.rpi span:nth-of-type(2) {
font-size: 32px;