From a35d5704e413439de47917efc594046f2883a3d7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Feb 2014 12:09:17 -0800 Subject: [PATCH] use a rounded box for the titles so it's more visible --- local.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 12a8569..dda5d96 100644 --- a/local.css +++ b/local.css @@ -572,8 +572,10 @@ body { .pageheader .header { float: left; font-size: 120%; - border-radius: 5em; - background-color: rgba(255,255,255,150); + background-color: rgba(255, 255, 255, 0.8); + border-radius: 0.5em; + box-shadow: 4px 4px rgba(0, 0, 0, 0.2); + padding: 0.25em; } .header { -- 2.39.2