diff --git a/static/index.css b/static/index.css index 71e6a39b02..1629896881 100644 --- a/static/index.css +++ b/static/index.css @@ -30,6 +30,12 @@ a:visited { color: blue; } +nav { + display: flex; + gap: 1rem; + justify-content: left; +} + .common, .uncommon, .rare, .epic, .legendary, .mythic { border-radius: 0.25rem; padding: 0.125rem 0.25rem 0.125rem 0.25rem; @@ -56,6 +62,6 @@ a:visited { } .mythic { - color: white; background-color: #f2a900; + color: white; }