mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
fix: improve contrast for inline code (catppuccin#77)
This commit is contained in:
parent
0f43d25874
commit
1edd3ab992
1 changed files with 5 additions and 0 deletions
|
|
@ -347,6 +347,11 @@ strong {
|
|||
|
||||
.inline-code-block {
|
||||
color: #{$crust};
|
||||
|
||||
}
|
||||
|
||||
code:not(pre code):not(.code-inner) {
|
||||
background-color: var(--color-markup-code-inline) !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
|
|
|||
Loading…
Reference in a new issue