Fix for the green color of unregistered users not being visible #257

Open
DerOwnerHD wants to merge 1 commit from DerOwnerHD/unregistered-color-fix into master
DerOwnerHD commented 2022-07-25 13:37:03 -04:00 (Migrated from github.com)

Due to the gradient and the property of -webkit-text-fill-color set to transparent, unregistered users look just like normal, registered users. This uses the unregistered class on h2 to fix this.
(just a small little fix for something that kind of annoys me)

Due to the gradient and the property of `-webkit-text-fill-color` set to `transparent`, unregistered users look just like normal, registered users. This uses the `unregistered` class on h2 to fix this. (just a small little fix for something that kind of annoys me)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin DerOwnerHD/unregistered-color-fix:DerOwnerHD/unregistered-color-fix
git checkout DerOwnerHD/unregistered-color-fix

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff DerOwnerHD/unregistered-color-fix
git checkout DerOwnerHD/unregistered-color-fix
git rebase master
git checkout master
git merge --ff-only DerOwnerHD/unregistered-color-fix
git checkout DerOwnerHD/unregistered-color-fix
git rebase master
git checkout master
git merge --no-ff DerOwnerHD/unregistered-color-fix
git checkout master
git merge --squash DerOwnerHD/unregistered-color-fix
git checkout master
git merge --ff-only DerOwnerHD/unregistered-color-fix
git checkout master
git merge DerOwnerHD/unregistered-color-fix
git push origin master
Sign in to join this conversation.
No description provided.