diff --git a/threadr/style.css b/threadr/style.css index 40c819a..dbabbc6 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -261,7 +261,7 @@ ul.list li p { .dropdown-content { display: none; position: absolute; - background-color: #f9f9f9; + background-color: #001858; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; @@ -269,7 +269,7 @@ ul.list li p { .dropdown-content a { float: none; - color: black; + color: #fef6e4; padding: 12px 16px; text-decoration: none; display: block; @@ -277,7 +277,7 @@ ul.list li p { } .dropdown-content a:hover { - background-color: #ddd; + background-color: #8bd3dd; } .dropdown:hover .dropdown-content { @@ -293,7 +293,7 @@ ul.list li p { font-size: 1em; border: none; outline: none; - color: white; + color: #001858; padding: 14px 16px; background-color: inherit; font-family: inherit; @@ -335,7 +335,7 @@ input[type=password], select { input[type=submit] { width: 100%; background-color: #001858; - color: white; + color: #fef6e4; padding: 14px 20px; margin: 8px 0; border: none;