New: Readarr 0.1

This commit is contained in:
ta264
2020-05-06 21:14:11 +01:00
parent 476f2d6047
commit 08496c82af
911 changed files with 14837 additions and 24442 deletions
@@ -33,7 +33,7 @@ const links = [
to: '/artisteditor'
},
{
title: 'Album Studio',
title: 'Bookshelf',
to: '/albumstudio'
},
{
@@ -5,7 +5,7 @@
}
.isActiveItem {
border-left: 3px solid $themeBlue;
border-left: 3px solid $themeAlternateRed;
}
.link {
@@ -15,7 +15,7 @@
&:hover,
&:focus {
color: $themeBlue;
color: $themeRed;
text-decoration: none;
}
}
@@ -27,7 +27,7 @@
}
.isActiveLink {
color: $themeBlue;
color: $themeRed;
}
.isActiveParentLink {