aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-26 01:29:48 -0400
committerBobby <[email protected]>2024-08-26 01:29:48 -0400
commitcf95086a9deac841473dd91440f9d1c89ec42024 (patch)
tree553965a1fbab72bdde45dcd5aa8851585e18f0fb /static/css
parent20ecf8402cbd6053efbf048a59b0e62e0d948d16 (diff)
downloadyugen-cf95086a9deac841473dd91440f9d1c89ec42024.tar.xz
yugen-cf95086a9deac841473dd91440f9d1c89ec42024.zip
connect MAL and smart sync
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 309af7f..40e5931 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1107,6 +1107,11 @@ video {
background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
+.bg-blue-500 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
+}
+
.bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
@@ -1248,6 +1253,11 @@ video {
line-height: 1rem;
}
+.text-lg {
+ font-size: 1.125rem;
+ line-height: 1.75rem;
+}
+
.font-bold {
font-weight: 700;
}
@@ -1486,6 +1496,11 @@ main {
background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
+.hover\:bg-blue-700:hover {
+ --tw-bg-opacity: 1;
+ background-color: rgb(29 78 216 / var(--tw-bg-opacity));
+}
+
.hover\:bg-opacity-20:hover {
--tw-bg-opacity: 0.2;
}