mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Styled code blocks
This commit is contained in:
@@ -4,10 +4,20 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: AdwaitaMono;
|
||||
src: local(monospace), url(/fonts/AdwaitaMono.ttf);
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "AdwaitaSans", sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "AdwaitaMono", monospace;
|
||||
}
|
||||
|
||||
:root {
|
||||
--theme: #fafafa;
|
||||
--entry: #ffffff;
|
||||
@@ -29,7 +39,7 @@ body {
|
||||
--tertiary: #4b4b4b;
|
||||
--content: #cccccc;
|
||||
--hljs-bg: #272727;
|
||||
--code-bg: #272727;
|
||||
--code-bg: #2e2e2e;
|
||||
--border: #2e2e2e;
|
||||
--code-block-bg: #272727;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user