diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bb98e..460f86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.12.1 + +- Add missing background-color + ## 0.3.12 - Update light theme diff --git a/package.json b/package.json index a205f94..ad5639e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.3.12", + "version": "0.3.12.1", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 39f7c78..4bb8c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newsreader" -version = "0.3.12" +version = "0.3.12.1" description = "Webapplication for reading RSS feeds" authors = ["Sonny "] license = "GPL-3.0" diff --git a/src/newsreader/scss/components/post/_post.scss b/src/newsreader/scss/components/post/_post.scss index cf64836..7ebb7b3 100644 --- a/src/newsreader/scss/components/post/_post.scss +++ b/src/newsreader/scss/components/post/_post.scss @@ -24,6 +24,8 @@ top: 0; width: 100%; + + background-color: var(--background-color); } &__actions {