BeReal and Revolut fixes

Added border around Bereal, adjusted color and switched Revolut logo for the latest version
This commit is contained in:
Lbr 2024-02-21 23:12:45 +01:00
parent 34e7578610
commit 015af70be1
2 changed files with 3 additions and 2 deletions

View file

@ -195,7 +195,8 @@ button:hover,
/* BeReal */ /* BeReal */
.button.button-bereal { .button.button-bereal {
color: #ffffff; color: #ffffff;
background-color: #000000; background-color: #121212;
border: 1px solid #ffffff;
} }
.button.button-bereal:hover, .button.button-bereal:hover,
.button.button-bereal:focus { .button.button-bereal:focus {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 19 KiB