Update version to 91

This commit is contained in:
Rafael Mardojai CM 2021-07-26 16:05:29 -05:00
parent 885c394181
commit 970052715c
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 ### Firefox versions support
The `master` branch of this repo supports the current Firefox stable release `90`. The `master` branch of this repo supports the current Firefox stable release `91`.
Theme versions complatible with older Firefox releases are preserved as git tags. Use the `v78.1` tag for Firefox 78 ESR support. Theme versions complatible with older Firefox releases are preserved as git tags. Use the `v78.1` tag for Firefox 78 ESR support.

View File

@ -28,6 +28,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 v90"; content: "Firefox GNOME theme v91";
padding: 9px 9px 9px 50px; padding: 9px 9px 9px 50px;
} }