diff options
| author | Xe <me@christine.website> | 2021-12-21 13:19:58 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2021-12-21 13:19:58 -0500 |
| commit | 7c3a00ff1137f5576d87ce10daccfabeb7120781 (patch) | |
| tree | 0a247a1b63117788aa5bc33e41d5140a9d09ff83 /css/hack.css | |
| parent | 0fcaf87b1afcbec16e6dcaba9f007ea63f650601 (diff) | |
| download | xesite-7c3a00ff1137f5576d87ce10daccfabeb7120781.tar.xz xesite-7c3a00ff1137f5576d87ce10daccfabeb7120781.zip | |
turn up the fuck out of the contrast
Signed-off-by: Xe <me@christine.website>
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; |
