diff --git a/dir-index.html b/dir-index.html index c8459307d..10a26d987 100644 --- a/dir-index.html +++ b/dir-index.html @@ -11,11 +11,42 @@ #header { background: #0b3a53; border-bottom: 4px solid #69c4cd; + color: #ffffff; + margin: 0; + padding: 0; } #logo { height: 35px; margin: 10px; } + #header-menu { + align-items: center; + display: flex; + margin: 10px; + float: right; + font-size: 16px; + font-weight: 500; + } + #header-menu a { + color: #69c4cd; + } + #header-menu a:active, a:visited { + color: #9ad4db; + } + #header-menu a:hover { + color: #ffffff; + } + .header-menu-item { + margin: 0px 8px; + } + #bug-report svg { + height: 30px; + fill: #69c4cd; + margin-top: 2px; + } + #bug-report svg:hover { + fill: #ffffff; + } .ipfs-icon { width:16px; } @@ -27,9 +58,18 @@