diff --git a/index.css b/index.css index aa6ccdc..bd3463c 100644 --- a/index.css +++ b/index.css @@ -2,6 +2,7 @@ width: device-width; zoom: 1; } + html { background: rgb(0,0,0); color: rgb(160,160,160); @@ -25,9 +26,14 @@ border-style: solid; border-width: 1px 1px 0 1px; color: rgb(128,128,0); cursor: pointer; +display: flex; font-weight: bold; padding: .5em 1em; text-decoration: underline; +transition: all .5s; +} +.tab label:hover { +font-size: 1.1em; } .tab_content { display: none;