From 6ec14582f1bb2587fc19a2a9ea885fa8a0202376 Mon Sep 17 00:00:00 2001 From: hyzen Date: Tue, 3 Mar 2026 01:52:37 +0530 Subject: [PATCH] Update: RSS button --- docs/css/custom.css | 7 +++++-- static/css/custom.css | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 86e7df1..fad45ef 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -40,7 +40,7 @@ display: inline-flex; align-items: center; gap: 0.2rem; - padding: 0.2rem 0.3rem; + padding: 0.25rem 0.5rem; border-radius: 3px; border: 1px solid #f26522; background-color: #f26522; @@ -49,7 +49,10 @@ font-weight: 600; text-decoration: none !important; line-height: 1.4; - transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; + transition: + background-color 0.2s ease, + border-color 0.2s ease, + color 0.2s ease; margin-left: auto; } diff --git a/static/css/custom.css b/static/css/custom.css index 86e7df1..fad45ef 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -40,7 +40,7 @@ display: inline-flex; align-items: center; gap: 0.2rem; - padding: 0.2rem 0.3rem; + padding: 0.25rem 0.5rem; border-radius: 3px; border: 1px solid #f26522; background-color: #f26522; @@ -49,7 +49,10 @@ font-weight: 600; text-decoration: none !important; line-height: 1.4; - transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; + transition: + background-color 0.2s ease, + border-color 0.2s ease, + color 0.2s ease; margin-left: auto; }