From 85e5a56bdc84de721dcc11990a984f0b2aa26c16 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 23 Mar 2024 16:57:48 -0500 Subject: [PATCH] kineto: fix formatting in style.css --- kineto/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/kineto/style.css b/kineto/style.css index 02fb353..4a5d8fd 100644 --- a/kineto/style.css +++ b/kineto/style.css @@ -73,24 +73,24 @@ dl dt:not(:first-child) { @media(prefers-color-scheme:dark) { html { - background-color: #111; - color: #eee; + background-color: #111; + color: #eee; } blockquote { - background-color: #000; + background-color: #000; } pre { - background-color: #222; + background-color: #222; } a { - color: #0087BD; + color: #0087BD; } a:visited { - color: #006ebd; + color: #006ebd; } } @@ -113,5 +113,4 @@ input:focus { outline: 0; border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); -} - +} \ No newline at end of file