From 81626d1cf84d024569ca10dfbf40f02ff0f1a7b6 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 25 Apr 2017 10:45:53 +0100 Subject: [PATCH] style --- Yavsc/wwwroot/css/main/site.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 12c50525..8c109694 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -148,19 +148,19 @@ select, /* Carousel */ .carousel-caption-s p { - font-family: "jubilat"; - font-weight: 600; - font-size: large; - line-height: 1.1; text-decoration: overline; text-decoration-line: overline; - 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(255,255,255,.6); + font-family: "Arial"; + font-weight: 800; + font-size: xx-large; + line-height: 1.1; + text-shadow: 3px 3px 7px rgb(0, 0, 0); + color: white; } .carousel-caption-s {