diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 5ea60be..ccdb8b8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +* { + font-family: Lato; +} + window { background-color: #2f3136; } @@ -129,6 +133,11 @@ separator { .chat-message-username { color: #0fc0fc; + font-size: 14px; +} + +.chat-message-text { + font-size: 13px; } textview { |