mirror of
https://github.com/catppuccin/gitea.git
synced 2026-04-15 03:00:06 +08:00
fix: inline code blocks (#28)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user