mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user