diff --git a/style.css b/style.css index e9752c3..79d4115 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,16 @@ body{ - background-color: rgb(233, 233, 233) !important; + background-color: #8E83CF !important; } .dark-purple{ background-color: #4C4D6B; } .light-purple{ background-color: #8E83CF !important; + +} +.light-purple:hover{ + background-color: #D9D6E9 !important; + color: black !important; } .medium-purple{ background-color: #D9D6E9 !important; @@ -23,14 +28,24 @@ input{ background-color: #8E83CF; color: white !important; font-size: 20px; + outline: none; } -input:hover{ + #input:focus { + border: none; + outline: none; + } + +/* input:hover{ border: hidden !important; -} +} */ .very-light-purple{ background-color: #EDEEF3 !important; } +.very-light-purple:hover{ + background-color: #dcdde2 !important; + +} .dark-fonts{ color: #4C4D6B; }