aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow')
-rw-r--r--aux/workflow/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css
index dc9bda9..507071f 100644
--- a/aux/workflow/style.css
+++ b/aux/workflow/style.css
@@ -1,4 +1,19 @@
<style>
+ @media(prefers-color-scheme: dark) {
+ :root {
+ color: white;
+ background-color: black;
+ }
+
+ a {
+ color: hsl(211, 100%, 60%);
+ }
+
+ a:visited {
+ color: hsl(242, 100%, 80%);
+ }
+ }
+
body {
max-width: 800px;
margin: 0 auto 0 auto;
@@ -16,6 +31,7 @@
font-family: monospace;
font-size: 70%;
background-color: lightgray;
+ color: black;
padding: 3px;
border-radius: 5px;
}