Merge pull request #703 from Realmlist/main

Fix Pleroma typo
This commit is contained in:
Julian Prieber 2024-01-26 20:57:02 +01:00 committed by GitHub
commit 3097bdd5ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -918,13 +918,13 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Plemora */ /* Pleroma */
.button.button-plemora { .button.button-pleroma {
color: #FFFFFF; color: #FFFFFF;
background-color: #0f161e; background-color: #0f161e;
} }
.button.button-plemora:hover, .button.button-pleroma:hover,
.button.button-plemora:focus { .button.button-pleroma:focus {
filter: brightness(90%); filter: brightness(90%);
} }

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -667,8 +667,8 @@ class ButtonSeeder extends Seeder
], ],
[ [
"name" => "plemora", "name" => "pleroma",
"alt" => "Plemora", "alt" => "Pleroma",
"exclude" => false, "exclude" => false,
"group" => "default", "group" => "default",
"mb" => false, "mb" => false,