This commit is contained in:
Matthew Crossman 2021-01-18 10:59:26 +11:00
commit 06ab7a4181
No known key found for this signature in database
GPG key ID: 218BF1ABB2AABA24
7 changed files with 50 additions and 12 deletions

View file

@ -108,6 +108,10 @@ a:hover {
text-decoration: underline;
}
svg {
stroke: var(--text);
}
img[src=""] {
display: none;
}
@ -338,14 +342,18 @@ select, #search {
#restrict_sr { margin-right: 5px; }
input[type="submit"] {
input[type="submit"], button.submit {
border: 0;
border-radius: 0px 5px 5px 0px;
transition: 0.2s all;
}
button.submit { display: flex; }
select:hover { background: var(--foreground); }
input[type="submit"]:hover { color: var(--accent); }
input[type="submit"]:hover, button.submit:hover {
transition: 0.2s all;
color: var(--accent);
}
#timeframe {
margin: 0 2px;
@ -626,7 +634,6 @@ a.search_subreddit:hover {
grid-area: 1 / 1 / 2 / 2;
align-self: center;
justify-self: center;
stroke: var(--text);
max-width: 100%;
}