diff --git a/README.md b/README.md index 306e5207..fcd2b79f 100644 --- a/README.md +++ b/README.md @@ -2597,7 +2597,7 @@ integration versions. If the timeline shows a message such as `Failed to receive response from Home Assistant for request.` make sure you are running a version of the [Frigate integration](https://github.com/blakeblackshear/frigate-hass-integration) >= -3.0.0. +3.0.0-rc.1. ### Fullscreen Button Does Not Appear On iPhone diff --git a/src/scss/message.scss b/src/scss/message.scss index 45e6385f..67d0b0b3 100644 --- a/src/scss/message.scss +++ b/src/scss/message.scss @@ -7,6 +7,8 @@ user-select: text; // Safari only has prefixed support. -webkit-user-select: text; + + color: var(--primary-text-color); } div.wrapper {