From 9bf6194b096e95123ca94ada887e8a14bcd24a90 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Tue, 31 Jan 2023 00:14:23 -0700 Subject: [PATCH] v0.28.1 Remove font-weight associated with instance info button, which made the icon look ghastly in Chrome. --- Cargo.lock | 2 +- Cargo.toml | 2 +- static/style.css | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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; }