From a5b2adc1bf119d5ef941e3e227df444d482c027b Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 12 Oct 2023 17:22:32 +0200 Subject: simplify copying --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8dba4dd..c54815f 100644 --- a/style.css +++ b/style.css @@ -35,3 +35,15 @@ body { opacity: .65; font-size: smaller; } + +.highlight { + background-color: yellow; +} + +#shared-notice { + display: none; +} + +#share-notice { + cursor: pointer; +} -- cgit v1.2.3