diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index cbbf4437b..83fb22d87 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -63,14 +63,10 @@ body { a, a:visited { - color: var(--darkbase); text-decoration: none; font-weight: 600; transition: color .2s ease, background-color .2s ease; } -a:hover { - color: var(--lightbase); -} ul { list-style-type: none; @@ -138,6 +134,14 @@ th { p { margin: 10px 0; } + + a { + color: var(--darkbase); + } + + a:hover { + color: var(--lightbase); + } } .pseudo-focus { diff --git a/templates/widgets/asidenav.hamlet b/templates/widgets/asidenav.hamlet index 6de2b5f82..2ced1a97a 100644 --- a/templates/widgets/asidenav.hamlet +++ b/templates/widgets/asidenav.hamlet @@ -6,15 +6,25 @@ $case menuType $of NavbarAside (MenuItem label mIcon route _)
  • - $if isJust mIcon -
    - #{label} + + $if isJust mIcon +
    +
    #{label} $of _ -
    -

    WiSe 17/18 -