diff options
| author | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
| commit | 545d8a3473823f0a86cad3c177dbbb4ebb794a75 (patch) | |
| tree | 1606111911ea31c8fd8f9560dade41f5fedd6520 /styles | |
| parent | Update 7th (diff) | |
| download | moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.tar.xz moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.zip | |
Snapshot Moopa v3.2
Diffstat (limited to 'styles')
| -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; +} |