style adjustment - href - simple bookmark manager in go/cgi
 (HTM) git clone https://git.drkhsh.at/href.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8c3f37a444294e1b177679c5bb55e7550e3b38b2
 (DIR) parent aa19588bd052550d0d6cf8b8ea37a9fa36756d14
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Fri, 15 Aug 2025 17:24:45 +0200
       
       style adjustment
       
       Diffstat:
         M style.css                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       @@ -13,7 +13,7 @@ form.search { display: flex }
        form.search input[type="text"] { flex: 1 }
        @media (prefers-color-scheme: dark) {
                body { background-color: #000; color: #bdbdbd; color-scheme: dark }
       -        a { color: #56c8ff }
       +        a { color: #bdbdbd }
                a:hover { background: #282828 }
                table, tr > * { border: 1px solid grey }
                td { background-color: #111 }