From cc6bb233418879430395d12ba4f0ad974cc1e4df Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:41:04 -0400 Subject: [PATCH] Add files via upload --- FACING-WORLDS/tag/tag.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/FACING-WORLDS/tag/tag.html b/FACING-WORLDS/tag/tag.html index 20acc60..e96722b 100644 --- a/FACING-WORLDS/tag/tag.html +++ b/FACING-WORLDS/tag/tag.html @@ -61,33 +61,33 @@ text-transform: none; } - #uninstall { + #joinback { font-family: FiraSans-SemiBold; background-color: #222222; - font-size: 9px; + font-size: 12px; color: #cccccc; - border-radius: 3px; + border-radius: 6px; border: 0px solid #000000; transition-duration: 0.2s; - width: 100px; - padding: 3px; + width: 160px; + padding: 8px; } - #uninstall:hover { + #joinback:hover { background-color: #000000; color: #ffffff; } - #uninstall:focus { + #joinback:focus { outline: none; } #cftRedAvatar { - width: 100%; + width: 95%; background-color: #ff0000; color: #ffffff; } #cftBlueAvatar { - width: 100%; + width: 95%; background-color: #0000ff; color: #ffffff; } @@ -100,8 +100,8 @@