diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-27 17:48:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-27 17:49:01 +0200 |
commit | 3aa9f1645043d27095cac935dd36627a0e2a109d (patch) | |
tree | dd8cd316ee20e335057f4b350818b1ff2157e1af /css | |
parent | 0aabe419f68f18ac51ed162bc06f3079cd464fa3 (diff) |
Use lato font
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 { |