From 09f162b6cfcc2a79faceb8a8db07db7ecb85a045 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 30 Oct 2024 00:09:00 -0400 Subject: [PATCH] update website --- static/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/index.css b/static/css/index.css index 319a8f8..1f06288 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -159,3 +159,8 @@ body { #interpolation-image-wrapper img { border-radius: 5px; } + +strong { + color: #0a0a0a; + /* Replace with desired color */ +} \ No newline at end of file