From 3f09422ecdc262d3ed9772ea0aaa08f1e2f01817 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:42:08 +0100 Subject: add grey text --- webAO/styles/chatbox/n64zelda.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/n64zelda.css') diff --git a/webAO/styles/chatbox/n64zelda.css b/webAO/styles/chatbox/n64zelda.css index 4c2cbbb..5c203b8 100644 --- a/webAO/styles/chatbox/n64zelda.css +++ b/webAO/styles/chatbox/n64zelda.css @@ -30,6 +30,10 @@ color: #64b4ff; } +.text_grey { + color: #bbb; +} + @font-face { font-family: 'ChiaroWeb'; src: url('https://github.com/ngarces/FE15-Text-Simulator/raw/master/FOT-ChiaroStd-B.otf') format('opentype'); -- cgit