hidden standard rss links in the footer
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:37:51 +0000 (18:37 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:37:51 +0000 (18:37 +0100)
gitweb-danixland/gitweb.css

index 146ec48..80e5cc8 100644 (file)
@@ -226,35 +226,17 @@ td, th {
 }
 
 a.rss_logo {
-  float: right;
-  padding: 3px 1px;
-  width: 35px;
-  line-height: 10px;
-  border: 1px solid;
-  border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
-  color: #ffffff;
-  background-color: #ff6600;
-  font-weight: bold;
-  font-family: 'Montserrat', sans-serif;
-  font-size: 80%;
-  text-align: center;
-  text-decoration: none;
-  margin-top: 30px;
-  margin-left: 5px;
-}
-
-a.rss_logo:hover {
-  background-color: #ee5500;
-}
-
-.rss_logo {
-  margin-right: 25px;
-  background: yellow;
+  border: 0;
+  clip: rect(1px, 1px, 1px, 1px);
+  clip-path: inset(100%);
+  height: 1px;
+  overflow: hidden;
+  padding: 0;
+  position: absolute;
+  white-space: nowrap;
+  width: 1px;
 }
 
-.rss_logo:last-child {
-  margin-right: 5px;
-}
 
 /* Index include
 ---------------------------------------------------------------------------- */