mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 13:20:43 +01:00
remove tint in code block
This commit is contained in:
parent
a055d5240c
commit
8d980307e0
1 changed files with 5 additions and 3 deletions
|
@ -120,19 +120,21 @@ aside {
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-admonition {
|
.theme-admonition {
|
||||||
border: 1px solid rgb(218, 221, 225);
|
border: 0px solid rgb(218, 221, 225);
|
||||||
}
|
}
|
||||||
|
|
||||||
.prism-code {
|
.prism-code {
|
||||||
border: 1px solid rgb(218, 221, 225);
|
border: 1px solid rgb(218, 221, 225);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
html[data-theme="dark"] .theme-admonition {
|
html[data-theme="dark"] .theme-admonition {
|
||||||
border: 1px solid rgb(115, 115, 115); /* Subtle contrast against #1B1B1D */
|
border: 0px solid #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] .prism-code {
|
html[data-theme="dark"] .prism-code {
|
||||||
border: 1px solid rgb(115, 115, 115); /* Matches the admonition style */
|
border: 1px solid #333333;
|
||||||
|
background-color: #242424 !important; /* Darker background for code blocks */
|
||||||
}
|
}
|
||||||
|
|
||||||
div[class^="announcementBarContent"] a {
|
div[class^="announcementBarContent"] a {
|
||||||
|
|
Loading…
Reference in a new issue