diff --git a/chatBot/style.css b/chatBot/style.css index ecd4d6d..f6bbaa4 100644 --- a/chatBot/style.css +++ b/chatBot/style.css @@ -183,4 +183,17 @@ .chatbot__header span { display: inline; } +} +.newsletter button:hover{ + background-color: white; + color:black; + box-shadow: 2px 2px white; + +} +.mail:hover{ + border-bottom: white 1px solid; + border-right:white 1px solid; + box-shadow: 2px 2px white; + /* background-color: white; */ + } \ No newline at end of file