From aeb9ecadf80fd50290571071311877b39c80e962 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 23 Dec 2025 22:14:44 +0100 Subject: Initial implementation --- client/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/style.css (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css new file mode 100644 index 0000000..a2772f6 --- /dev/null +++ b/client/style.css @@ -0,0 +1,15 @@ +#security svg { + color: gold; + height: 16px; + position: relative; + top: 2px; + width: 16px; +} + +#security .claim svg { + color: floralWhite; +} + +.notOwner svg { + transform: rotate(20deg) +} -- cgit