From 2b0a683c42c055aab3d95337a1d3ad8505e54ee6 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Thu, 23 Mar 2017 13:42:13 +0100 Subject: Add background color to caption --- style/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/style.css b/style/style.css index 1350405..5710c2a 100644 --- a/style/style.css +++ b/style/style.css @@ -63,6 +63,12 @@ article img { border: 5px solid #ff6600; } +article p { + background: rgba(255, 240, 192, 0.7); + border-radius: 4px; + padding: 3px 0; +} + article#prev, article#next { width: 180px; margin: 2em 2.5%; -- cgit v1.2.3