diff --git a/dir-index-uncat.html b/dir-index-uncat.html index 2baa1ff7142..11f3abe975f 100644 --- a/dir-index-uncat.html +++ b/dir-index-uncat.html @@ -10,12 +10,44 @@ .narrow {width: 0px;} .padding { margin: 100px;} #header { - background: #000; + background: #0b3a53; + border-bottom: 4px solid #69c4cd; + color: #ffffff; + margin: 0; + padding: 0; } #logo { - height: 25px; + 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 +59,18 @@