mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
font-weight: 900;
|
||||||
|
font-size: 18px;
|
||||||
|
color: #ffffff;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-weight: 900;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,10 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
|
|||||||
max-width: initial;
|
max-width: initial;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
.banner-overlay-button, #landingpage .fab {
|
||||||
|
background-color: #ffc900 !important;
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
@media only screen and (max-width: 480px) {
|
@media only screen and (max-width: 480px) {
|
||||||
#landingpage .content .bullet-points .item.rpi span:nth-of-type(2) {
|
#landingpage .content .bullet-points .item.rpi span:nth-of-type(2) {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user