Update README

This commit is contained in:
Rafael Mardojai CM 2022-12-16 13:31:30 -05:00
parent 5b9965c25d
commit 14839bc5fa
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 ### Firefox versions support
The `master` branch of this repo supports the current Firefox stable release `107`. The `master` branch of this repo supports the current Firefox stable release `108`.
Theme versions complatible with older Firefox releases are preserved as git tags. Theme versions complatible with older Firefox releases are preserved as git tags.

View File

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