diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-14 10:20:51 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-14 10:21:54 -0300 |
commit | e81ad61f2058f8aa81a6d6fb4fdde35384f6f0ce (patch) | |
tree | ac2f255bac87c69637e26836f022b38c8b6f971e | |
parent | 1767093c1e9dfcc7963959b8553a84ebb40ed819 (diff) | |
download | irssi.github.io-e81ad61f2058f8aa81a6d6fb4fdde35384f6f0ce.zip |
welcome-img: More subtle border/shadow; background-size: cover
-rw-r--r-- | assets/css/style.css | 6 |
1 files 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; } |