aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-31 05:59:32 +0300
committerfrosty <gabriel@bwaaa.monster>2026-03-31 06:03:57 +0300
commit335b6f46837f3496467da50de2d9bce0c5ef6a1a (patch)
tree6fda173cefd202e71795e3997ce27c10b9b7ff64 /static/main.css
parent71d3d0dcb0ffb171e9830ad8e92aef3c90291b7e (diff)
feat: make clicking on logo in header bring you back to homepage
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 5f7c0f9..a548591 100644
--- a/static/main.css
+++ b/static/main.css
@@ -178,6 +178,16 @@ h1 {
h1 span {
color:var(--accent);
}
+.logo-link {
+ text-decoration:none;
+ color:inherit;
+}
+header .logo-link {
+ transition:transform 0.2s;
+}
+header .logo-link:hover {
+ transform:scale(1.03);
+}
.search-box {
width: 100%;
padding: 12px 24px;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage