about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index e9fd751..f4d4c4e 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,5 @@
 /* SPDX-FileCopyrightText: 2019 Alyssa Ross <hi@alyssa.is> */
+/* SPDX-FileCopyrightText: 2022 Unikie */
 /* SPDX-License-Identifier: GPL-3.0-or-later */
 
 /*
@@ -20,3 +21,7 @@ h1, h2, h3, h4 {
 var {
 	font-family: serif;
 }
+
+:target {
+    background: yellow;
+}