aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-27 17:48:57 +0200
committerdec05eba <dec05eba@protonmail.com>2018-10-27 17:49:01 +0200
commit3aa9f1645043d27095cac935dd36627a0e2a109d (patch)
treedd8cd316ee20e335057f4b350818b1ff2157e1af /css
parent0aabe419f68f18ac51ed162bc06f3079cd464fa3 (diff)
Use lato font
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
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 {