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

@ -1,4 +1,4 @@
a, .link {
a, .link, a > span {
color: #117743;
}
@ -126,6 +126,12 @@ input[type="submit"] {
color:white;
}
.search input[type="submit"] {
color:#800 !important;
background-color:transparent !important;
border: 0px !important;
}
.formbtn {
color:#800;
}
@ -134,7 +140,7 @@ input[type="submit"] {
color:#800;
}
.postMenu div{
.menu div{
box-shadow: 1px 1px 2px black;
}