From b966c62e30e5f4b7e453a74fafd0f4ed070708b1 Mon Sep 17 00:00:00 2001 From: swee Date: Mon, 13 Jan 2025 19:21:45 -0800 Subject: [PATCH] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 3991425..ece8cfc 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,9 @@ a { text-decoration:underline; text-decoration-style: dotted; } +.greentext { + color: #00ae00; +} .go { border: none; border-radius: 5px;