From f7e4e48389ee1b6ed90e9996e6acb52fc1eaf773 Mon Sep 17 00:00:00 2001 From: UltraLion <49597041+UltraLionfr@users.noreply.github.com> Date: Wed, 1 Sep 2021 02:15:27 +0200 Subject: [PATCH] Update one_piece.css --- css/one_piece.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/css/one_piece.css b/css/one_piece.css index 4dc1924..af1cf60 100644 --- a/css/one_piece.css +++ b/css/one_piece.css @@ -1,7 +1,7 @@ @charset "UTF-8"; :root { - --main-color: #2780e6;f + --main-color: #2780e6; --hover-color: #1e63b3; --success-color: #43b581; --danger-color: #982929; @@ -9320,3 +9320,13 @@ textarea::-webkit-scrollbar { .layer-3QrUeG .standardSidebarView-3F1I7i .side-8zPYf6 .item-PXvHYJ { color: white; } + +.mentioned-xhSam7::before, +.mentioned-xhSam7, +#app-mount .mentioned-xhSam7:hover, +#app-mount .mentioned-xhSam7.selected-2P5D_Z { + outline: none; + border-color: --main-color; + box-shadow: 0 0 2px white; + border: 0px solid --main-color; +}