Release v102

- The theme now follows the GTK4/libadwaita style
- Added initial `userContent.css` support
- Added HTML video player theming
- Multiple fixes to Firefox breakages
- System icons pref updates
This commit is contained in:
Rafael Mardojai CM 2022-07-04 14:53:37 -05:00
parent 7d7de3c9e7
commit 49952807af
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,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 `100`.
The `master` branch of this repo supports the current Firefox stable release `102`.
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 v100";
content: "Firefox GNOME theme v102";
padding: 9px 9px 9px 50px;
}