diff options
Diffstat (limited to 'overlays/spm/frontend/src/custom-theme.scss')
-rw-r--r-- | overlays/spm/frontend/src/custom-theme.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/spm/frontend/src/custom-theme.scss b/overlays/spm/frontend/src/custom-theme.scss index 5c2d48aa..36369bd5 100644 --- a/overlays/spm/frontend/src/custom-theme.scss +++ b/overlays/spm/frontend/src/custom-theme.scss | |||
@@ -49,3 +49,5 @@ $spm-frontend-dark-theme: mat.define-dark-theme(( | |||
49 | 49 | ||
50 | html, body { height: 100%; } | 50 | html, body { height: 100%; } |
51 | body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } | 51 | body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } |
52 | |||
53 | .mono { font-family: "Source Sans Pro", monospace; } | ||