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 @@