1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix scanning of new libraries

This commit is contained in:
Luke Pulverenti 2016-11-23 01:54:09 -05:00
parent 8f2be32159
commit f08a9d3170
3 changed files with 9 additions and 8 deletions

View file

@ -90,17 +90,18 @@ h1, h2, h3 {
margin-top: 1em;
}
h1, h1 a {
font-weight: 300 !important;
font-size: 24px;
}
h1 {
font-weight: normal !important;
font-size: 24px;
opacity: .7;
}
h2 {
font-weight: 400;
font-weight: normal;
}
h3 {
font-weight: 400;
font-weight: normal;
}
a, a:active, a:hover {