mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stylelint fixes
This commit is contained in:
parent
4f6dea432d
commit
dbeef9c554
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
.songInfo {
|
.songInfo {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
color: #ffffff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.songInfo h2 {
|
.songInfo h2 {
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
.songInfo p {
|
.songInfo p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #bbbbbb;
|
color: #bbb;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
.songInfo p {
|
.songInfo p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #bbbbbb;
|
color: #bbb;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue