summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-05-20 23:44:59 +0200
committerAki <please@ignore.pl>2021-05-20 23:44:59 +0200
commitad21ad362ab9fb746ef5263a67f71f7d203bbba0 (patch)
tree0f448098b3e8cdbbbedd2c487214b3e27304d85c
parentea5482fc9b372b9d50512a8882e1175243e2a063 (diff)
downloadderelict-prototype-ad21ad362ab9fb746ef5263a67f71f7d203bbba0.zip
derelict-prototype-ad21ad362ab9fb746ef5263a67f71f7d203bbba0.tar.gz
derelict-prototype-ad21ad362ab9fb746ef5263a67f71f7d203bbba0.tar.bz2
Adjusted orange outline on wreck hover
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index e78ffb3..62b6670 100644
--- a/style.css
+++ b/style.css
@@ -94,8 +94,9 @@ body {
.wreck:hover {
opacity: 1;
- border: 3px solid #ff6a00;
- border-radius: 0.5em;
+ background-color: #000a;
+ border: 1px solid #eee;
+ border-radius: 16px;
}
.wreck .label {