From e81ad61f2058f8aa81a6d6fb4fdde35384f6f0ce Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 14 Dec 2015 10:20:51 -0300 Subject: welcome-img: More subtle border/shadow; background-size: cover --- assets/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6a65439..d959fd3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -132,8 +132,10 @@ select .header { background-color: #ffeeff; background-repeat: no-repeat; background-position: 5% 95%; - box-shadow: 20px 20px 15px black, inset 0 0 10px white; - border-radius: 5px; + background-size: cover; + border: 5px solid black; + box-shadow: 0px 0px 5px black, inset 0 0 10px white; + border-radius: 10px; background-blend-mode: darken; transition-duration: 1s; } -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0