mirror of
https://github.com/org-roam/org-roam
synced 2025-08-09 12:57:22 -05:00
(doc): fix menu-comment styling (#1273)
This commit is contained in:
@ -40,6 +40,15 @@ table {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.menu-comment {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
font-family: sans-serif;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user