mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-04 15:08:04 +00:00
remove dark theme setting as preferred
This commit is contained in:
parent
8946515478
commit
36e1cb44a1
@ -188,7 +188,7 @@
|
||||
<b>{% active_link /integrations/esphome ESPHome %}</b>
|
||||
<ul>
|
||||
<li>
|
||||
{% active_link /docs/esphome/increasing_bluetooth_reach Increasing bluetooth reach %}
|
||||
{% active_link /docs/esphome/increasing_bluetooth_reach Increasing Bluetooth reach %}
|
||||
</li>
|
||||
<li>
|
||||
{% active_link /docs/esphome/adding_esphome_media_players Adding media players %}
|
||||
|
@ -76,15 +76,6 @@ Ready-made firmware to turn devices into ESPHome media players
|
||||
input:checked + img {
|
||||
border-color: #58a6ff;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
a {
|
||||
color: #58a6ff;
|
||||
}
|
||||
}
|
||||
/* Remove this once we add a fifth media player */
|
||||
@media only screen and (min-height: 1000px) {
|
||||
.radios label {
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Increasing the reach of bluetooth devices"
|
||||
title: "Increasing the reach of Bluetooth devices"
|
||||
---
|
||||
|
||||
|
||||
@ -56,15 +56,6 @@ title: "Increasing the reach of bluetooth devices"
|
||||
input:checked + img {
|
||||
border-color: #58a6ff;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
a {
|
||||
color: #58a6ff;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 450px) {
|
||||
.radios label {
|
||||
width: calc(50% - 16px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user