aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;