Merge branch 'base'

This commit is contained in:
Daniil Krymov
2021-12-30 11:30:11 +04:00
11 changed files with 88 additions and 10 deletions

View File

@ -59,6 +59,7 @@ pre {
border-radius: var(--radius);
padding: 0 5px;
font-size: 14px;
user-select: none;
}
div.highlight:hover .copy-code,

View File

@ -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 {