diff options
Diffstat (limited to '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%; |