Format code

This commit is contained in:
daudix
2024-10-26 18:13:34 +03:00
parent eeefe83730
commit 6b70c103c1
17 changed files with 208 additions and 100 deletions

View File

@ -62,7 +62,9 @@ pre {
border-radius: 0; // Unset code block border radius
background-color: var(--fg-muted-1);
padding: 0; // Unset mark padding
color: var(--fg-color); // Unset mark color from accent color to text color
color: var(
--fg-color
); // Unset mark color from accent color to text color
}
// The line numbers already provide some kind of left/right padding