From f298e77d39fab2c6660598ec21a3aee2f42af403 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 10 Dec 2015 01:54:10 +0100 Subject: [PATCH] [mod] stylise a bit the a tag --- prosopopee/static/css/style-page.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index 352f463..2da30f6 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -15,6 +15,13 @@ section { margin-bottom: 4em; } +a { + text-decoration: none; + font-weight: bold; + color: #222; + font-style: italic; +} + .full-picture { height: 100%; width: 100%;