From da99ee88d52ed71930cfaa5d316f7c1511e62b28 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Jan 2021 10:01:15 +0200 Subject: update roadmap --- roadmap.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roadmap.mdwn b/roadmap.mdwn index e7b34f0..9d77f47 100644 --- a/roadmap.mdwn +++ b/roadmap.mdwn @@ -27,9 +27,11 @@ letsencrypt: configfile: label: "There's an easy way to specify the default config file should be used" + status: finished summary: label: "'obnam backup' writes a summary of the backup run" + status: finished geninfo: label: "Obnam can show information about a generation" -- cgit v1.2.1 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