summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/templates/base.html')
-rw-r--r--talerblog/blog/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerblog/blog/templates/base.html b/talerblog/blog/templates/base.html
index 15b13a8..54ceb60 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -24,7 +24,7 @@
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
<style>
.warn {
- border-left: 0.3em solid #aa3939;
+ background-color: #aa393977;
padding: 1em;
}
.notice {