Update versions to 95

This commit is contained in:
Rafael Mardojai CM 2021-12-19 18:05:36 -05:00
parent e016e29ce3
commit 73c9a351b7
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ This is a bunch of CSS code to make Firefox look closer to GNOME's native apps.
### Firefox versions support
The `master` branch of this repo supports the current Firefox stable release `94`.
The `master` branch of this repo supports the current Firefox stable release `95`.
Theme versions complatible with older Firefox releases are preserved as git tags. Use the `v78.1` tag for Firefox 78 ESR support.

View File

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