Update one_piece.css

This commit is contained in:
UltraLion
2021-09-01 02:15:27 +02:00
committed by GitHub
parent 65a5f646b1
commit f7e4e48389
+11 -1
View File
@@ -1,7 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
:root { :root {
--main-color: #2780e6;f --main-color: #2780e6;
--hover-color: #1e63b3; --hover-color: #1e63b3;
--success-color: #43b581; --success-color: #43b581;
--danger-color: #982929; --danger-color: #982929;
@@ -9320,3 +9320,13 @@ textarea::-webkit-scrollbar {
.layer-3QrUeG .standardSidebarView-3F1I7i .side-8zPYf6 .item-PXvHYJ { .layer-3QrUeG .standardSidebarView-3F1I7i .side-8zPYf6 .item-PXvHYJ {
color: white; 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;
}