diff options
| author | Bobby <[email protected]> | 2024-09-15 12:47:50 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-15 12:47:50 -0400 |
| commit | 3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd (patch) | |
| tree | eaca424bc1b74b854e760c5e0388a44dd516f463 /static | |
| parent | d237fe78518313579b5d49b73958c94effc10ee6 (diff) | |
| download | yugen-3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd.tar.xz yugen-3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd.zip | |
added watchlist
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 4223bdf..cb8f962 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -701,6 +701,14 @@ video { top: 0.25rem; } +.right-2 { + right: 0.5rem; +} + +.top-2 { + top: 0.5rem; +} + .z-0 { z-index: 0; } @@ -1005,6 +1013,10 @@ video { width: 15rem; } +.w-6 { + width: 1.5rem; +} + .min-w-32 { min-width: 8rem; } @@ -2302,6 +2314,11 @@ video { color: rgb(209 213 219 / var(--tw-text-opacity)); } +.text-gray-700 { + --tw-text-opacity: 1; + color: rgb(55 65 81 / var(--tw-text-opacity)); +} + .text-opacity-30 { --tw-text-opacity: 0.3; } @@ -2737,6 +2754,11 @@ main { color: rgb(255 255 255 / var(--tw-text-opacity)); } +.hover\:text-red-600:hover { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)); +} + .hover\:text-opacity-100:hover { --tw-text-opacity: 1; } |
