diff options
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js index e4d33051..53777a4b 100644 --- a/src/components/root.style.js +++ b/src/components/root.style.js @@ -16,7 +16,9 @@ export default { { directives: { '--font': 'generic | sans-serif', - '--monoFont': 'generic | monospace' + '--monoFont': 'generic | monospace', + '--bg': 'color | #000000', // just to establish order + '--wallpaper': 'color | --bg, -2' } } ] |
