summaryrefslogtreecommitdiff
path: root/overlays/spm/frontend/src/custom-theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/spm/frontend/src/custom-theme.scss')
-rw-r--r--overlays/spm/frontend/src/custom-theme.scss2
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
50html, body { height: 100%; } 50html, body { height: 100%; }
51body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } 51body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
52
53.mono { font-family: "Source Sans Pro", monospace; }