mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 22:21:01 -05:00
fix: inline code blocks (#28)
This commit is contained in:
parent
e40721d345
commit
ef61c48e3c
1 changed files with 4 additions and 0 deletions
|
@ -282,6 +282,10 @@ $lvl3: if($isDark, $base, $crust);
|
|||
color: $text !important;
|
||||
}
|
||||
|
||||
.inline-code-block {
|
||||
color: #{$crust};
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: color.change($accent, $alpha: 0.3) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue