summaryrefslogtreecommitdiff
path: root/static/css/index.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-01 17:19:38 +0000
committeryo momma <shutup@oops.wtf>2026-02-01 17:19:38 +0000
commitd5ecfaf90385e846ce7168b1b18535315b7fcdc4 (patch)
tree558685aaa5f95f208c2a84ceb5d76b173bfbddc2 /static/css/index.css
parent267172e6246f39eb6ead3f947076d6c97948cd06 (diff)
Refactor: clean static index inline styles
Diffstat (limited to 'static/css/index.css')
-rwxr-xr-xstatic/css/index.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/index.css b/static/css/index.css
index e256dbe..8141ef9 100755
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -71,6 +71,14 @@ body {
text-decoration: none;
}
+.text-center {
+ text-align: center;
+}
+
+.is-hidden {
+ display: none;
+}
+
#video{
display:none;
}