diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 16:06:42 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 16:06:42 +0100 |
commit | e372d23a9e49b61799ee158e1a74ef288e440982 (patch) | |
tree | 7135ed2860ca06438351fa01141faeef10fc3334 /scss/custom.scss | |
parent | bbb1b7cd622161fc0dcb7792474c2933cae79170 (diff) | |
download | Ishtar-e372d23a9e49b61799ee158e1a74ef288e440982.tar.bz2 Ishtar-e372d23a9e49b61799ee158e1a74ef288e440982.zip |
UI: decrease font size
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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%; |