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 {