060520 Theme optimization and mobile layout changes

This commit is contained in:
Daisuke
2020-05-06 11:48:21 -05:00
parent 6de44032b7
commit 9d42478acd
29 changed files with 203 additions and 5309 deletions

View File

@ -119,6 +119,13 @@ input[type="submit"] {
color:white;
}
.search input[type="submit"]{
color: #4267b2;
background-color:transparent;
border:0px;
}
.formbtn {
color:#305792;
}
@ -136,19 +143,19 @@ input[type="submit"] {
background-color: white;
}
.postMenu div{
.menu div{
box-shadow: 1px 1px 2px black;
}
.postMenu li:hover {
.menu li:hover {
background-color:#203960 !important;
}
.postMenu li a{
.menu li a{
color:#203960;
}
.postMenu li:hover a{
.menu li:hover a{
color:white;
}