From ed597cc711919d75a48940b7ee21d76e9b261e13 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Mon, 3 Jul 2023 05:20:15 +0530 Subject: Separate server and core, add SQLite storage --- static/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles') diff --git a/static/styles/main.css b/static/styles/main.css index deea098..3523c5c 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -25,6 +25,10 @@ th, td { border: 1px solid black; } +span.tag { + background-color: palegoldenrod; +} + .hover-help { cursor: help; user-select: none; -- cgit v1.2.3-57-g22cb