From 015af70be10f7bd418ea097374be1e8fc6dabf60 Mon Sep 17 00:00:00 2001 From: Lbr Date: Wed, 21 Feb 2024 23:12:45 +0100 Subject: [PATCH] BeReal and Revolut fixes Added border around Bereal, adjusted color and switched Revolut logo for the latest version --- css/brands.css | 3 ++- images/icons/revolut.svg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/brands.css b/css/brands.css index ea3a6cf..e204a7a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -195,7 +195,8 @@ button:hover, /* BeReal */ .button.button-bereal { color: #ffffff; - background-color: #000000; + background-color: #121212; + border: 1px solid #ffffff; } .button.button-bereal:hover, .button.button-bereal:focus { diff --git a/images/icons/revolut.svg b/images/icons/revolut.svg index 77f23b5..c40ea8d 100644 --- a/images/icons/revolut.svg +++ b/images/icons/revolut.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file