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
## 0.3.12.1
- Add missing background-color
## 0.3.12
- Update light theme

View file

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

View file

@ -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 <sonnyba871@gmail.com>"]
license = "GPL-3.0"

View file

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