diff options
Diffstat (limited to 'css/hack.css')
| -rw-r--r-- | css/hack.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/css/hack.css b/css/hack.css index eb4281f..4a2ea99 100644 --- a/css/hack.css +++ b/css/hack.css @@ -46,13 +46,14 @@ iframe { } a { cursor: pointer; - color: #ff2e88; + color: #FFA8CE; text-decoration: none; - border-bottom: 1px solid #ff2e88; + border-bottom: 1px solid; + border-color: #FFA8CE; } a:hover { - background-color: #ff2e88; - color: #fff; + background-color: #B3004D; + color: #fff; } .grid { display: -ms-flexbox; |
