diff options
| author | Ben Busby <contact@benbusby.com> | 2023-12-20 10:39:54 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-12-20 10:40:05 -0700 |
| commit | 85510edc5422dae53fd8626e03157607cf51c11d (patch) | |
| tree | f57eef7b45a5384f71504008a39b5dc612ca7c57 /index.eex | |
| parent | 284710c7a9553b0fd431fa8c5a1c4548230b1043 (diff) | |
| download | farside-85510edc5422dae53fd8626e03157607cf51c11d.tar.gz | |
Add dark theme
Closes #145
Diffstat (limited to 'index.eex')
| -rw-r--r-- | index.eex | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,6 +28,15 @@ ul { margin: 10px; } + @media (prefers-color-scheme: dark) { + html { + color: #fff; + background: #121517; + } + a:link, a:visited { + color: #AA8AC1; + } + } </style> </head> <body> |
