From bad853333d9021e7012adb9b8fbfe7a7003f26bc Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Tue, 19 Dec 2023 17:06:33 -0500 Subject: [PATCH] Tag v121 - Overlay headerbar on fullscreen (@CleoMenezesJr) - Tabbar theming improvements (@CleoMenezesJr) - Add gnomeTheme.swapTabClose optional preference - Firefox 121 fixes - Bugfixes --- README.md | 2 +- theme/gnome-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99de0f0..0cbd674 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Matrix room: [#firefox-gnome-theme:matrix.org](https://matrix.to/#/#firefox-gnom ### Firefox versions support -The `master` branch of this repo supports the current Firefox stable release `120`. +The `master` branch of this repo supports the current Firefox stable release `121`. Theme versions compatible with older Firefox releases are preserved as git tags. diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css index a7db508..be8b6d5 100644 --- a/theme/gnome-theme.css +++ b/theme/gnome-theme.css @@ -33,6 +33,6 @@ #customization-footer::before { background: url(../icon.svg) no-repeat; background-size: contain; - content: "Firefox GNOME theme v120"; + content: "Firefox GNOME theme v121"; padding: 9px 9px 9px 50px; }