From 5350de37ca8f55eac08ba142901edb9c21201b70 Mon Sep 17 00:00:00 2001 From: plebbitor Date: Thu, 9 Feb 2023 13:37:35 +0100 Subject: [PATCH] fix styles --- src/components/styles/Board.styled.jsx | 7 +++---- src/components/styles/Home.styled.jsx | 12 ++++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/components/styles/Board.styled.jsx b/src/components/styles/Board.styled.jsx index a2a215eb..5b43f7f5 100644 --- a/src/components/styles/Board.styled.jsx +++ b/src/components/styles/Board.styled.jsx @@ -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 { diff --git a/src/components/styles/Home.styled.jsx b/src/components/styles/Home.styled.jsx index d5bcb323..223f970f 100644 --- a/src/components/styles/Home.styled.jsx +++ b/src/components/styles/Home.styled.jsx @@ -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;