diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-02 16:01:50 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-02 16:01:50 +1100 |
| commit | 092d310c5c56dfd9af9de553ddbc6f86b4c957bd (patch) | |
| tree | ff7bb97fb7047fb550c23ca6747030273a952400 /src/store.ts | |
| parent | 086b0c30afdf2c0fbff48e1005b2f9220b028094 (diff) | |
Visually distinguish 'discover' events
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts index 8b92c6f..bb29dba 100644 --- a/src/store.ts +++ b/src/store.ts @@ -18,7 +18,8 @@ export const useStore = defineStore('store', { alt: '#fde047', // yellow-300 altDark: '#eab308', // yellow-500 altDark2: '#ca8a04', // yellow-600 - altBg: '#6a5e2e' + altBg: '#6a5e2e', + alt2: '#2563eb', // sky-600 }; return { tickLen: 16, |
