From e8aeee1bf810b879f21ca2708a38f0a6da3840d2 Mon Sep 17 00:00:00 2001
From: Bram Kragten
Date: Fri, 17 Jul 2020 11:41:09 +0200
Subject: [PATCH] Add theme changes to release notes (#14022)
---
source/_posts/2020-07-01-release-113.markdown | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/source/_posts/2020-07-01-release-113.markdown b/source/_posts/2020-07-01-release-113.markdown
index b0d7bd83f1f..388a11665e5 100644
--- a/source/_posts/2020-07-01-release-113.markdown
+++ b/source/_posts/2020-07-01-release-113.markdown
@@ -698,6 +698,19 @@ modules as a replacement.
+
+ Frontend: Themes
+
+
+The theme variable `paper-card-background-color` is removed. You can use `ha-card-background` or `card-background-color` as a replacement.
+
+In general, all variables that start with `paper` will be removed at some point.
+
+([@bramkragten] - [frontend#6377](https://github.com/home-assistant/frontend/pull/6377)) ([frontend docs])
+
+
+
+
## All changes