diff --git a/assets/css/elements.css b/assets/css/elements.css index fc49d59..b38bf75 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -147,12 +147,31 @@ body{ #message #error{ float: center; text-align: center; - background-color: #cb3434; + background: rgba(203, 52, 52, 0.7); + color: #fff; border-radius: 5px; padding: 5px; width: 66%; } +#message #success{ + float: center; + text-align: center; + background: rgba(0, 158, 0, 0.7); + color: #fff; + border-radius: 5px; + padding: 5px; + width: 66%; +} + +#message a{ + color: #76b4ef; +} + +#message a:hover{ + color: #e2e6e9; +} + #footer { height: 46px; background-color: #333;