This commit is contained in:
Sonny Bakker 2021-03-06 18:43:48 +01:00
parent 6d09629c8e
commit 73bac1301b
4 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.3.12.1
- Add missing background-color
## 0.3.12 ## 0.3.12
- Update light theme - Update light theme

View file

@ -1,6 +1,6 @@
{ {
"name": "newsreader", "name": "newsreader",
"version": "0.3.12", "version": "0.3.12.1",
"description": "Application for viewing RSS feeds", "description": "Application for viewing RSS feeds",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "newsreader" name = "newsreader"
version = "0.3.12" version = "0.3.12.1"
description = "Webapplication for reading RSS feeds" description = "Webapplication for reading RSS feeds"
authors = ["Sonny <sonnyba871@gmail.com>"] authors = ["Sonny <sonnyba871@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"

View file

@ -24,6 +24,8 @@
top: 0; top: 0;
width: 100%; width: 100%;
background-color: var(--background-color);
} }
&__actions { &__actions {