mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Color yellow buttons (#26321)
This commit is contained in:
parent
74775f3c60
commit
52dfed5e3b
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user