summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commite372d23a9e49b61799ee158e1a74ef288e440982 (patch)
tree7135ed2860ca06438351fa01141faeef10fc3334 /scss/custom.scss
parentbbb1b7cd622161fc0dcb7792474c2933cae79170 (diff)
downloadIshtar-e372d23a9e49b61799ee158e1a74ef288e440982.tar.bz2
Ishtar-e372d23a9e49b61799ee158e1a74ef288e440982.zip
UI: decrease font size
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss4
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%;