diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/frame-home.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/frame-home.css b/css/frame-home.css index 82f171a..cbd3dd6 100644 --- a/css/frame-home.css +++ b/css/frame-home.css @@ -18,7 +18,7 @@ #frame-home-button { margin-top: 10px; - background: #002e47; + background: #400047; color: white; border: 1px solid rgba(0, 0, 0, .25); border-radius: 5px; @@ -26,11 +26,11 @@ } #frame-home-button:hover { - background: #0e4665; + background: #5c0e65; } #frame-home-button:active, #frame-home-button:focus { - background: #1f648b; + background: #811f8c; } #frame-home-links { @@ -40,7 +40,7 @@ } .frame-home-link { - color: #0e4665; + color: #5d0e66; cursor: pointer; text-decoration: underline; text-decoration-color: transparent; |