Update: RSS button

This commit is contained in:
hyzen
2026-03-03 01:52:37 +05:30
parent e9bd7e3074
commit 6ec14582f1
2 changed files with 10 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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;
}