mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
🐛 fixed mark css
This commit is contained in:
@@ -935,6 +935,7 @@ select {
|
||||
padding-bottom: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
||||
@@ -1202,9 +1203,9 @@ select {
|
||||
|
||||
.prose :where(mark):not(:where([class~="not-prose"] *)) {
|
||||
color: rgba(var(--color-neutral-800), 1);
|
||||
background-color: rgb(228 230 233 / 1);
|
||||
background-color: rgb(48 97 175 / 1);
|
||||
padding: 0.1rem 0.2rem;
|
||||
border-radius: 0.12rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.prose :where(p):not(:where([class~="not-prose"] *))::before {
|
||||
@@ -5444,7 +5445,7 @@ body:has(#menu-controller:checked) {
|
||||
}
|
||||
|
||||
.dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) {
|
||||
background-color: rgb(200 204 211 / 1);
|
||||
background-color: rgb(143 174 224 / 1);
|
||||
}
|
||||
|
||||
.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
|
||||
|
||||
Reference in New Issue
Block a user