diff options
Diffstat (limited to 'modules/firefox.home/chrome/styles')
| -rw-r--r-- | modules/firefox.home/chrome/styles/variables.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/firefox.home/chrome/styles/variables.css b/modules/firefox.home/chrome/styles/variables.css new file mode 100644 index 0000000..f002f1f --- /dev/null +++ b/modules/firefox.home/chrome/styles/variables.css @@ -0,0 +1,9 @@ +:root { + --ff-accent-color: #4e3aA3; + --ff-accent-color-1: #8161ff; + --ff-bg-color: #0f0c19; + --ff-bg-color-1: #16121f; + --ff-bg-color-2: #26222f; + --ff-urlbar-height: 28px; +} + |
