diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-22 10:40:54 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-22 10:40:54 +1100 |
| commit | 7348360fead15f85f368d4d4d248e41aa4a2f4f2 (patch) | |
| tree | de610877ede4153e30cdd84bbac74713d02f9950 /src/index.css | |
| parent | 64a86a3ac647a7b0673f23d7081663182e7bf275 (diff) | |
Add help content
Change 'and onwards' symbol in timeline position label
Set scrollbar color
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css index e0545a1..92325b4 100644 --- a/src/index.css +++ b/src/index.css @@ -77,3 +77,13 @@ body { a { @apply hover:underline hover:cursor-pointer; } +::-webkit-scrollbar { + background-color: #1c1917; + width: 12px; + height: 12px; +} +::-webkit-scrollbar-thumb { + background: #ca8a04; + border-radius: 5px; + border: 3px solid #1c1917; +} |
