summaryrefslogtreecommitdiffstats
path: root/doc/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/custom.css')
-rw-r--r--doc/custom.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/custom.css b/doc/custom.css
new file mode 100644
index 0000000..43690cb
--- /dev/null
+++ b/doc/custom.css
@@ -0,0 +1,19 @@
+:root {
+ /* --page-background-color: #729fcf; */
+ --primary-color: #729fcf;
+ --primary-dark-color: #729fcf;
+ --header-background: #729fcf;
+ --header-foreground: rgba(255, 255, 255, 0.7);
+ --font-family: 'Source Sans Pro', 'Source Sans', sans-serif;
+}
+
+@media (prefers-color-scheme: light) {
+ :root {
+ --code-background: #f5f5f5;
+ --code-foreground: #333333;
+ --fragment-background: #f5f5f5;
+ --fragment-foreground: #333333;
+ --fragment-keyword: #c7254e;
+ --fragment-link: #729fcf;
+ }
+}