aboutsummaryrefslogtreecommitdiff
path: root/src/components/root.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/root.style.js')
-rw-r--r--src/components/root.style.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js
index 053d984b..97289236 100644
--- a/src/components/root.style.js
+++ b/src/components/root.style.js
@@ -8,12 +8,14 @@ export default {
'TopBar',
'Scrollbar',
'ScrollbarElement',
- 'MobileDrawer'
+ 'MobileDrawer',
+ 'Button' // mobile post button
],
defaultRules: [
{
directives: {
- '--font': 'generic | sans-serif'
+ '--font': 'generic | sans-serif',
+ '--monoFont': 'generic | monospace'
}
}
]