diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index c5f0073..9a4c549 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -32,9 +32,11 @@ header { #sitename { color:#0074D9; - text-decoration:overline underline; - text-decoration-style:wavy; + text-decoration: none; + /*text-decoration:overline underline;*/ + /*text-decoration-style:wavy;*/ text-decoration-color:rgba(255, 65, 54, 0.5)/*#FF4136;*/ + height:3em; } pre { font-family: monospace; @@ -48,6 +50,7 @@ pre { text-align:center; text-transform:lowercase; white-space: nowrap; + background-color: #EAEAEA; } .dropdown { @@ -61,7 +64,7 @@ pre { .guides-index { display: none; position: absolute; - background-color: #9F9; + background-color: #EAEAEA; z-index: 1; text-align:left; box-sizing: initial; @@ -385,7 +388,7 @@ table tr:nth-child(even) { } } @media screen and (max-width:620px) { - html {font-size:16px;} + html {font-size:20px;} #banner{ font-size: 1rem; line-height: 1rem;