Browse Source

reworked header

pull/1/head
rra 5 years ago
parent
commit
2c12eb0593
  1. 11
      themes/homebrewtheme/static/css/main.css

11
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;

Loading…
Cancel
Save