summaryrefslogtreecommitdiff
path: root/css/frame-home.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-05-08 12:07:08 +0200
committerMinteck <contact@minteck.org>2022-05-08 12:07:08 +0200
commit3d71c572ec9a0827071be1978731079e8f1e5dbf (patch)
tree338a6a4eca5548034b3e83837006a0a991ea9434 /css/frame-home.css
parent98f4f53c364a157d1e0a862618b1e8d12aa52dc4 (diff)
downloadargon-3d71c572ec9a0827071be1978731079e8f1e5dbf.tar.gz
argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.tar.bz2
argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.zip
Commit
Diffstat (limited to 'css/frame-home.css')
-rw-r--r--css/frame-home.css8
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;