diff --git a/_layouts/default.html b/_layouts/default.html index 3ae634a..98a5913 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -39,10 +39,16 @@ [ Source ]
  • Dot Files
    -
    [ Page ][ Source ]
    +
    + [ Page ] + [ Source ] +
  • Antennae
    -
    [ Page ][ Source ]
    +
    + [ Page ] + [ Source ] +
  • Posts
  • diff --git a/src/styles.css b/src/styles.css index 41d6e6e..773dc93 100644 --- a/src/styles.css +++ b/src/styles.css @@ -13,6 +13,10 @@ body { background-color: #EBEBFA; } +a,a:visited,a:link,a:focus { + text-decoration: none; +} + /********** * * * Header * @@ -63,10 +67,6 @@ header { transition: right 0.5s ease; } -#navbar a { - text-decoration: none; -} - #navbar #toggle-navbar { display:none; } @@ -93,9 +93,16 @@ header { margin: 10px; } +#navigation a:link,a:visited,a:focus { + color: darkgrey; +} + +#navigation a:hover { + color: white; +} + #navigation li { padding: 15px 10px; - color: #888888; } #navigation #projects {