diff options
| author | sD <stoned@derpymail.org> | 2020-06-10 19:43:29 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-06-10 19:43:29 +0200 |
| commit | 3fb9af3a20cf08894b7c5bbcb8aecd30140448bd (patch) | |
| tree | 184292a79a45389062ce2fe36a6017f5f443275e /webAO/styles | |
| parent | f3e1694c23bc7e587e2a6a55ca5f49052cce832a (diff) | |
p3: don't change the font of the entire document
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/chatp3.css | 8 |
1 files 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; |
