0.3.12.1
This commit is contained in:
parent
6d09629c8e
commit
73bac1301b
4 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.3.12.1
|
||||
|
||||
- Add missing background-color
|
||||
|
||||
## 0.3.12
|
||||
|
||||
- Update light theme
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
top: 0;
|
||||
|
||||
width: 100%;
|
||||
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue