From 6f3b4ef2685981b1162cb0f6d33abb8deb8ad6c2 Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 15:47:10 -0400 Subject: Styled Text --- themes/vapor/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/vapor') diff --git a/themes/vapor/static/style.css b/themes/vapor/static/style.css index 5cc708d..9c522f2 100644 --- a/themes/vapor/static/style.css +++ b/themes/vapor/static/style.css @@ -5,6 +5,11 @@ body { color: #f5f5f5; } +.center { + color: #00d8ff; + text-shadow: 2px 2px 0px #ff00ff; +} + main { max-width: 800px; margin: auto; -- cgit v1.2.3