diff --git a/styles.css b/styles.css index c58aff1795c51b3b384dcc7d2e1ffa3c3778c60b..b5a20b3b1ae4e3acb7e046e97ee556da35d19553 100644 --- a/styles.css +++ b/styles.css @@ -24,10 +24,6 @@ body > * { hr { border: 0; border-bottom: 1px dotted #DDDDDD; margin: 10px 0px; } -a { color: #fff; transition: opacity 1s ease-out; text-decoration: none; } -a:hover { background-color: rgba(51,51,51,0.8); color: #999; } -a:active { color: #777; } - div.container { margin: 0; box-shadow: 0 0 25px 0px rgba(0,0,0,0.15);