summaryrefslogtreecommitdiffstats
path: root/css/public/style.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 16:16:23 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 17:17:11 +0100
commita32525bd8ed9a505cb40d109cf0914bf21660afd (patch)
treeb9c62ffd98bba8abf47c622011d5f0061175147b /css/public/style.css
parent018adef21e97c344e46c03488c33c39493709446 (diff)
remove unnecessary background for non-existent profile image
Diffstat (limited to 'css/public/style.css')
-rw-r--r--css/public/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 0dd64281..35a42cff 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -33,7 +33,7 @@
.contactdetails__logo {
height: 75px;
width: 75px;
- background-color: rgba(255, 255, 255, .5);
+ background-color: transparent;
}
#check-all + label:before {