aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-12-29 22:56:11 +1100
committerTerry Truong <terry06890@gmail.com>2022-12-29 23:37:37 +1100
commit0d27e899cf580a90784a7ac929a027c456ef30b0 (patch)
treef6f079db1a56bf52885bbb37a7f2a2d9981fc31b /src/store.ts
parenta3c5a73fae39de296cd05bde1a6853e20f84305a (diff)
Adjust event-count-indicator styling
Use solid color, and skip transitions on screen size change
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store.ts b/src/store.ts
index d3ece49..8b92c6f 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -18,6 +18,7 @@ export const useStore = defineStore('store', {
alt: '#fde047', // yellow-300
altDark: '#eab308', // yellow-500
altDark2: '#ca8a04', // yellow-600
+ altBg: '#6a5e2e'
};
return {
tickLen: 16,