remove dark theme setting as preferred

This commit is contained in:
c0ffeeca7 2023-05-10 09:04:58 +02:00
parent 8946515478
commit 36e1cb44a1
3 changed files with 2 additions and 20 deletions

View File

@ -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 %}

View File

@ -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 {

View File

@ -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);