Prevent code-copy btn and anchored headings from getting selected
This commit is contained in:
parent
0c743b767b
commit
386d845782
2 changed files with 2 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ h6:hover .anchor {
|
|||
color: var(--secondary);
|
||||
margin-inline-start: 8px;
|
||||
font-weight: 500;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.post-content :not(table) ::-webkit-scrollbar-thumb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue