diff options
Diffstat (limited to 'static/css')
| -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; } |
