This commit is contained in:
Realmlist 2024-01-22 16:59:05 +01:00
parent f5338f3d06
commit 41625d01d9
3 changed files with 6 additions and 6 deletions

View File

@ -918,13 +918,13 @@ button:hover,
filter: brightness(90%);
}
/* Plemora */
.button.button-plemora {
/* Pleroma */
.button.button-pleroma {
color: #FFFFFF;
background-color: #0f161e;
}
.button.button-plemora:hover,
.button.button-plemora:focus {
.button.button-pleroma:hover,
.button.button-pleroma:focus {
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",
"alt" => "Plemora",
"name" => "pleroma",
"alt" => "Pleroma",
"exclude" => false,
"group" => "default",
"mb" => false,