diff options
Diffstat (limited to 'styles/globals.css')
| -rw-r--r-- | styles/globals.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css index f4be0b0..426e3eb 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,7 +14,7 @@ } body { - @apply bg-[#131313] scrollbar-hide; + @apply bg-primary scrollbar-hide; } @layer components { @@ -126,3 +126,20 @@ button { height: 100%; z-index: -1; } + +.dot { + height: 8px; + width: 8px; + border-radius: 50%; + display: inline-block; +} + +.dots { + height: 10px; + width: 10px; + border-radius: 50%; + display: inline-block; + margin-right: 10px; + margin-left: 2px; + margin-bottom: 1px; +} |