diff options
| author | Bobby <[email protected]> | 2024-08-26 16:17:15 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-26 16:17:15 -0400 |
| commit | 9fbfe142051da05f825b25f69a6944d9eb568bf6 (patch) | |
| tree | a8a49959721daf061a021b82bf960d16b7fec6ec /static | |
| parent | cf95086a9deac841473dd91440f9d1c89ec42024 (diff) | |
| download | yugen-9fbfe142051da05f825b25f69a6944d9eb568bf6.tar.xz yugen-9fbfe142051da05f825b25f69a6944d9eb568bf6.zip | |
mal list display
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 40e5931..b90efe4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1501,10 +1501,27 @@ main { background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } +.hover\:bg-neutral-900:hover { + --tw-bg-opacity: 1; + background-color: rgb(23 23 23 / var(--tw-bg-opacity)); +} + .hover\:bg-opacity-20:hover { --tw-bg-opacity: 0.2; } +.hover\:bg-opacity-10:hover { + --tw-bg-opacity: 0.1; +} + +.hover\:bg-opacity-100:hover { + --tw-bg-opacity: 1; +} + +.hover\:bg-opacity-30:hover { + --tw-bg-opacity: 0.3; +} + .hover\:text-white:hover { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); |
