mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix styles
This commit is contained in:
@@ -378,7 +378,7 @@ export const PostForm = styled.form`
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #34345c;
|
||||
color: #00e;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
@@ -773,7 +773,7 @@ export const BoardForm = styled.form`
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
color: #e0bfb7;
|
||||
color: #b7c5d9;
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
margin-top: 0;
|
||||
@@ -905,7 +905,6 @@ export const BoardForm = styled.form`
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
color: #e0bfb7;
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
margin-top: 0;
|
||||
@@ -1143,7 +1142,7 @@ export const BoardForm = styled.form`
|
||||
}
|
||||
|
||||
.quote-link {
|
||||
color: #34345C;
|
||||
color: #5f89ac;
|
||||
}
|
||||
|
||||
.quote-link:hover {
|
||||
|
||||
@@ -73,6 +73,18 @@ export const Search = styled.div`
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
input[type="submit"] {
|
||||
vertical-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media not all and (min-resolution:.001dpcm) {
|
||||
input[type="submit"] {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
text-align: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user