From 2d0877028873e6c3df215ea4dd7fd2f5fa36d4fc Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 8 Apr 2017 01:01:20 +0200 Subject: [PATCH] carousel plus lisible --- Yavsc/wwwroot/css/main/site.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 9d380366..d4a15f53 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -146,13 +146,13 @@ select, line-height: 1.1; text-decoration: overline; text-decoration-line: overline; - text-shadow: 3px 3px 7px rgb(0, 0, 0); - -webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0); + text-shadow: 3px 3px 7px rgb(255, 200, 255); + -webkit-text-shadow: inset 0 3px 5px rgb(255, 200, 255); color: black; margin:0.5em; padding:.5em; animation: mymove 3s infinite; - background-color: rgba(256,256,256,.6); + background-color: rgba(255,255,255,.6); } .carousel-caption-s { @@ -163,7 +163,6 @@ select, padding-top: 20px; padding-bottom: 20px; text-align: center; - text-shadow: 0 4px 8px rgba(0, 0, 0, .6); min-height: 16em; overflow: auto; }