Remove font-weight associated with instance info button, which made the
icon look ghastly in Chrome.
This commit is contained in:
Daniel Valentine 2023-01-31 00:14:23 -07:00
parent f405f509c4
commit 9bf6194b09
No known key found for this signature in database
GPG Key ID: C82492E4FF813823
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -673,7 +673,7 @@ dependencies = [
[[package]]
name = "libreddit"
version = "0.28.0"
version = "0.28.1"
dependencies = [
"askama",
"brotli",

View File

@ -3,7 +3,7 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.28.0"
version = "0.28.1"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"

View File

@ -181,7 +181,6 @@ body > footer {
cursor: pointer;
display: inline-flex;
font-size: 300%;
font-weight: bold;
padding: 0.5em;
}