aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-30 20:30:04 -0400
committerBobby <[email protected]>2024-08-30 20:30:04 -0400
commit2ac4f44fc18c06df94f6afff8f775e7ee5de5308 (patch)
tree23ea5002bf983a780902e8ca48d0bfa712fdab40 /static/css
parent0d6aacd2ab38f0d91181b7880e896e2b98d18871 (diff)
downloadyugen-2ac4f44fc18c06df94f6afff8f775e7ee5de5308.tar.xz
yugen-2ac4f44fc18c06df94f6afff8f775e7ee5de5308.zip
watch history update + some general stuff
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index c50c0fc..d235d15 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1366,6 +1366,10 @@ video {
--tw-bg-opacity: 0.4;
}
+.bg-opacity-30 {
+ --tw-bg-opacity: 0.3;
+}
+
.bg-cover {
background-size: cover;
}