From 3fb9af3a20cf08894b7c5bbcb8aecd30140448bd Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Jun 2020 19:43:29 +0200 Subject: p3: don't change the font of the entire document --- webAO/styles/chatbox/chatp3.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/webAO/styles/chatbox/chatp3.css b/webAO/styles/chatbox/chatp3.css index d8ec064..5945a67 100644 --- a/webAO/styles/chatbox/chatp3.css +++ b/webAO/styles/chatbox/chatp3.css @@ -1,7 +1,3 @@ -body { - font-family: sans-serif; -} - .text_white { color: #50545c; } @@ -46,7 +42,9 @@ body { border-style: solid; border-width: 0.15em; border-radius: 75% / 25%; - background-color: #aaaeb4;} + background-color: #aaaeb4; + font-family: sans-serif; +} #client_name { display: block; -- cgit