diff --git a/www/css/calendar.css b/www/css/calendar.css index 56013b9..15b1451 100644 --- a/www/css/calendar.css +++ b/www/css/calendar.css @@ -177,7 +177,7 @@ /* min-width: 40%; */ max-width: 80%; padding: 20px; - background-color: #333; + background-color: #322c30; color: #FFF; border-radius: 4px; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6); @@ -193,7 +193,7 @@ width: 0; position: absolute; pointer-events: none; - border-bottom-color: #333; + border-bottom-color: #322c30; border-width: 20px; margin-left: -20px; } @@ -207,7 +207,7 @@ width: 0; position: absolute; pointer-events: none; - border-top-color: #333; + border-top-color: #322c30; border-width: 20px; margin-left: -20px; }