This commit is contained in:
@@ -108,29 +108,9 @@ onUnmounted(() => {
|
||||
|
||||
&.dark {
|
||||
background-color: rgb(28, 28, 28);
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
content: "◆";
|
||||
color: white;
|
||||
font-size: 6px;
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: 1px;
|
||||
}
|
||||
}
|
||||
&.light {
|
||||
background-color: rgb(232, 232, 232);
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
content: "◆";
|
||||
color: #666;
|
||||
font-size: 6px;
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: 1px;
|
||||
}
|
||||
}
|
||||
&.katlum {
|
||||
background-color: #4f8fba;
|
||||
|
||||
Reference in New Issue
Block a user