Skip to content

Commit

Permalink
Release v102
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
rafaelmardojai committed Jul 4, 2022
1 parent 7d7de3c commit 4995280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion theme/gnome-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4995280

Please sign in to comment.