diff --git a/Cargo.lock b/Cargo.lock index 7d900c7..e14fc8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.28.0" +version = "0.28.1" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 78e93e2..2bee898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/static/style.css b/static/style.css index f0877c3..e522f16 100644 --- a/static/style.css +++ b/static/style.css @@ -181,7 +181,6 @@ body > footer { cursor: pointer; display: inline-flex; font-size: 300%; - font-weight: bold; padding: 0.5em; }