Adding Bereal

I would like to add BeReal as a very popular site mostly in EU.
This commit is contained in:
Lbr
2024-02-13 11:04:02 +01:00
parent 3abea3d199
commit 94c32d2cd6
4 changed files with 14 additions and 1 deletions

View File

@@ -1097,3 +1097,13 @@ button:hover,
filter: brightness(90%);
}
/* BeReal */
.button.button-bereal {
color: #ffffff;
background-color: #000000;
}
.button.button-bereal:hover,
.button.button-bereal:focus {
filter: brightness(90%);
}