From 52dfed5e3b9841879e3ad2a286bfbdcbf780a5e1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 21 Feb 2023 03:29:19 -0500 Subject: [PATCH] Color yellow buttons (#26321) --- sass/custom/_landingpage.scss | 6 +++--- source/yellow/index.html | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sass/custom/_landingpage.scss b/sass/custom/_landingpage.scss index ccb1bee7680..73785f4d4ff 100644 --- a/sass/custom/_landingpage.scss +++ b/sass/custom/_landingpage.scss @@ -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; } } diff --git a/source/yellow/index.html b/source/yellow/index.html index a34f859a72d..f0f1f2b04d5 100644 --- a/source/yellow/index.html +++ b/source/yellow/index.html @@ -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;