mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-05 07:28:02 +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>
|
<b>{% active_link /integrations/esphome ESPHome %}</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
{% active_link /docs/esphome/increasing_bluetooth_reach Increasing bluetooth reach %}
|
{% active_link /docs/esphome/increasing_bluetooth_reach Increasing Bluetooth reach %}
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
{% active_link /docs/esphome/adding_esphome_media_players Adding media players %}
|
{% 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 {
|
input:checked + img {
|
||||||
border-color: #58a6ff;
|
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 */
|
/* Remove this once we add a fifth media player */
|
||||||
@media only screen and (min-height: 1000px) {
|
@media only screen and (min-height: 1000px) {
|
||||||
.radios label {
|
.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 {
|
input:checked + img {
|
||||||
border-color: #58a6ff;
|
border-color: #58a6ff;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
body {
|
|
||||||
background-color: #333;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #58a6ff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 450px) {
|
@media only screen and (max-width: 450px) {
|
||||||
.radios label {
|
.radios label {
|
||||||
width: calc(50% - 16px);
|
width: calc(50% - 16px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user