From e372d23a9e49b61799ee158e1a74ef288e440982 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Jan 2018 16:06:42 +0100 Subject: UI: decrease font size --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 3c1bfe5e2..025e9623e 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -12,6 +12,10 @@ $ishtar-color: darken($purple, 20%); $ishtar-secondary-color: $purple; $dark-secondary-color: rgba(255,255,255,0.8); +html{ + font-size: 0.8em; +} + .modal-dialog.full { width: 98%; height: 98%; -- cgit v1.2.3