Skip to content
Snippets Groups Projects
Unverified Commit 0d868027 authored by kogeletey's avatar kogeletey
Browse files

sass: article.scss fixed bug related to theme switching

parent 768941bf
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,15 @@ body[data-theme="light"] { ...@@ -4,6 +4,15 @@ body[data-theme="light"] {
} }
} }
@media (prefers-color-scheme: light) {
body:not([data-theme="black"]) {
article > pre {
background-color: #f6f7f6 !important;
}
}
}
article { article {
display: flex; display: flex;
padding: 1.5rem; padding: 1.5rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment