From 3f3bd918fae912c0bf5a965303b7d499e2f9768a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 19 Jan 2021 09:02:47 +0200 Subject: css: make feed buttons orange --- style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/style.css b/style.css index c6bd649..5dc85a3 100644 --- a/style.css +++ b/style.css @@ -88,3 +88,23 @@ div.sidebar { span.archivepagedate { font-family: monospace; } + +/* orange feed button */ +.feedbutton { + background: #ff6600; + color: white !important; + border-left: 1px solid #cc9966; + border-top: 1px solid #ccaa99; + border-right: 1px solid #993300; + border-bottom: 1px solid #331100; + padding: 0px 0.5em 0px 0.5em; + font-family: sans-serif; + font-weight: bold; + font-size: small; + text-decoration: none; + margin-top: 1em; +} +.feedbutton:hover { + color: white !important; + background: #ff9900; +} -- cgit v1.2.1