mirror of
https://github.com/catppuccin/gitea.git
synced 2025-07-09 02:44:05 -04:00
fix: inline code blocks (#28)
This commit is contained in:
parent
e40721d345
commit
ef61c48e3c
@ -282,6 +282,10 @@ $lvl3: if($isDark, $base, $crust);
|
|||||||
color: $text !important;
|
color: $text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-code-block {
|
||||||
|
color: #{$crust};
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: color.change($accent, $alpha: 0.3) !important;
|
background: color.change($accent, $alpha: 0.3) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user