This commit is contained in:
Rafael Mardojai CM 2023-06-11 18:01:27 -05:00
parent f2d1725684
commit 83b5b96b0f
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
2 changed files with 2 additions and 2 deletions

View File

@ -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 `113`.
The `master` branch of this repo supports the current Firefox stable release `114`.
Theme versions complatible with older Firefox releases are preserved as git tags.

View File

@ -34,6 +34,6 @@
#customization-footer::before {
background: url(../icon.svg) no-repeat;
background-size: contain;
content: "Firefox GNOME theme v113";
content: "Firefox GNOME theme v114";
padding: 9px 9px 9px 50px;
}