From 696d4abb8150fdd1705a57732e3dad70db5acc78 Mon Sep 17 00:00:00 2001 From: hagaryavin <72992212+hagaryavin@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:00:48 +0300 Subject: [PATCH] Update styles.css --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 0f9e538..95e11bf 100644 --- a/styles.css +++ b/styles.css @@ -38,6 +38,9 @@ body { background-color: rgb(0, 0, 0); /* Fallback color */ background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */ } +.type0 { + color: black; +} .type1 { color: yellow; }