diff --git a/core/layout/common.css b/core/layout/common.css index 97dc4338..38978f7d 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -323,10 +323,13 @@ td > .col12 { color: #FFF; -webkit-transition: background .3s ease-out; transition: background .3s ease-out; + font-size: 1.4em; } #bar a:hover { background: #191A1A; text-decoration: none; + font-size: 1.6em; + color: lightblue; } #bar a:active { background: #111112; @@ -512,6 +515,7 @@ nav a { nav a:hover { text-decoration: none; } + @media (min-width: 769px) { nav #menu { display: block;