diff options
author | Lucian I. Last <li@last.nl> | 2018-11-21 17:27:04 +0100 |
---|---|---|
committer | Lucian I. Last <li@last.nl> | 2018-11-21 17:27:04 +0100 |
commit | e3bc78ce5004f2a07970393a5643cfcd6313c2c5 (patch) | |
tree | 328ea1aaa825951495e9099114a1dc69485aec3f | |
parent | 3e62f5b8d542df8492ce70765007cf265ffa5e23 (diff) | |
download | simple-dash-fork-e3bc78ce5004f2a07970393a5643cfcd6313c2c5.zip |
Set .github-corner to same opacity as #itemlist
-rw-r--r-- | common/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/css/main.css b/common/css/main.css index dd1c409..fb2511f 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -10,7 +10,7 @@ body { } .github-corner { - opacity: 0.3; + opacity: 0.4; } .github-corner:hover { opacity: 1; |