diff --git a/html/main.ejs b/html/main.ejs index ae4d9f07..b72b6f91 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -262,18 +262,32 @@ margin-right: auto; overflow-x: auto; } .tabs { - display: table; - font-family:inter; - border-collapse: separate; - table-layout: auto; +display: table; + font-family: poketube flex; + border-collapse: separate; + table-layout: auto; + font-weight: 800; + font-stretch: extra-expanded; + border-spacing: 3px; } .tabs.tabs-center { -margin-left: 2em; - } +margin-left: auto; + background: #000; + border-radius: 1em; + margin-bottom: 7px; + margin-right: auto; +} } .tabs.tabs-justify { width: 100%; table-layout: fixed; } + + +.tab.active { + background: #1a1a1a !important; + border-radius: 1em !important; +} + .tabs a.tab { position: relative; display: table-cell; @@ -297,9 +311,7 @@ margin-left: 2em; left: 0px; right: 0px; border-radius: 3px 3px 0px 0px; - background: #9fdafd; - box-shadow: 0px 4px 10px 3px rgba(60, 180, 250, .15); - opacity: 0; + opacity: 0; transform: scale(0, 1); } .tabs a.tab.active { @@ -309,11 +321,33 @@ margin-left: 2em; opacity: 1; transform: scale(1, 1); } - + + +.tab:hover { + background: var(--not-quite-black); + text-decoration: none; + border-radius: 1em; +}
-