Easy way to add more thems, added a dark theme

This commit is contained in:
Ethan Shoham
2021-07-09 20:39:46 +03:00
committed by Andrew Novac
parent 5f4d2096c7
commit 5f2e500dc8
3 changed files with 124 additions and 5 deletions

View File

@@ -18,7 +18,6 @@
.container {
border-radius: 5px;
padding: 10px 10px 10px 0px;
background-color:#181414;
}
.art {
@@ -32,7 +31,7 @@
}
.song {
color: #f7f7f7;
color: #666;
overflow:hidden;
margin-top: 3px;
font-size: 24px;
@@ -42,7 +41,7 @@
}
.artist {
color: #9f9f9f;
color: #b3b3b3;
font-size: 20px;
margin-top: 4px;
text-align: center;

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB