💄 create file/folder in root
This commit is contained in:
@@ -196,6 +196,24 @@
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.annotation-tooltip-dismiss {
|
||||
float: right;
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: var(--text-muted);
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
padding: 0 0 0 8px;
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.15s, color 0.15s;
|
||||
}
|
||||
|
||||
.annotation-tooltip-dismiss:hover {
|
||||
opacity: 1;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.annotation-tooltip-body {
|
||||
color: var(--text-primary);
|
||||
word-break: break-word;
|
||||
|
||||
Reference in New Issue
Block a user