mirror of
https://github.com/docmost/docmost.git
synced 2026-05-23 18:52:43 +08:00
fix: adjust margins
- use default browser highlight background
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 0.65em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 0.65em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
@@ -57,6 +57,7 @@
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@@ -136,7 +137,7 @@
|
|||||||
|
|
||||||
.selection,
|
.selection,
|
||||||
*::selection {
|
*::selection {
|
||||||
background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-gray-7));
|
background-color: Highlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-mark {
|
.comment-mark {
|
||||||
|
|||||||
Reference in New Issue
Block a user