Css changes (var)

This commit is contained in:
mrfry 2021-04-09 17:12:00 +02:00
parent 4f9a41dea8
commit 982244484f
5 changed files with 10 additions and 5 deletions

View file

@ -40,7 +40,7 @@
.new {
text-align: center;
background-color: #191919;
background-color: var(--dark-color);
border-radius: 3px;
cursor: pointer;
margin: 8px;

View file

@ -61,7 +61,7 @@
}
.newsRoot {
background-color: #191919;
background-color: var(--dark-color);
margin-left: 8px;
margin-right: 8px;
margin-bottom: 16px;