diff options
Diffstat (limited to 'theme/stylesheets/website/navigation.less')
-rwxr-xr-x | theme/stylesheets/website/navigation.less | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/theme/stylesheets/website/navigation.less b/theme/stylesheets/website/navigation.less index 3743381..6c647c8 100755 --- a/theme/stylesheets/website/navigation.less +++ b/theme/stylesheets/website/navigation.less @@ -48,21 +48,3 @@ } } } -.book.color-theme-1 .book-body { - .navigation { - color: @navigation-color-1; - - &:hover { - color: @navigation-hover-color-1; - } - } -} -.book.color-theme-2 .book-body { - .navigation { - color: @navigation-color-2; - - &:hover { - color: @navigation-hover-color-2; - } - } -}
\ No newline at end of file |