diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index fff2c85c3..939c77875 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -133,6 +133,14 @@ body { font-size: $font-size-small; } +.modal-body { + font-size: $font-size-base; + + label { + @include font-small; + } +} + .jumbotron { background-color: inherit; }