mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
@@ -1,14 +1,24 @@
|
|||||||
|
|
||||||
|
:root {
|
||||||
|
--accent: hsl(0 0% 70%);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
:root {
|
||||||
|
--accent: hsl(0 0% 30%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* the code snippet frame, defaults to white which tends to get badly readable in combination with explaining text around */
|
/* the code snippet frame, defaults to white which tends to get badly readable in combination with explaining text around */
|
||||||
div.fragment {
|
div.fragment {
|
||||||
background-color: #e0e0e0;
|
background-color: var(--accent);
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: #e0e0e0;
|
background-color: var(--accent);
|
||||||
padding-left: .5em;
|
padding-left: .5em;
|
||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|||||||
1
deltachat-ffi/doxygen-dark-theme
Submodule
1
deltachat-ffi/doxygen-dark-theme
Submodule
Submodule deltachat-ffi/doxygen-dark-theme added at 101c1f9152
Reference in New Issue
Block a user