diff --git a/css/style.css b/css/style.css index 5589583..1f3430e 100644 --- a/css/style.css +++ b/css/style.css @@ -69,8 +69,8 @@ nav > .divider { height: 40px; width: 192px; padding: 16px; - margin: 2px; - background: #E8EAF6; + margin: 4px; + background: white; color: inherit; } .loot-contributor__avatar, @@ -91,11 +91,11 @@ nav > .divider { color: rgba(0, 0, 0, 0.54); } .loot-contributor.loot-admin { - background: #303F9F; + background: rgb(63,81,181); color: white; } .loot-contributor.loot-member { - background: #64B5F6; + background: rgb(68,138,255); color: white; } .loot-contributor__contributions { diff --git a/js/credits.js b/js/credits.js index 5bf22e7..17ebac4 100644 --- a/js/credits.js +++ b/js/credits.js @@ -19,7 +19,7 @@ function addToList(listElement, person) { var name = document.createElement('div'); var contributions = document.createElement('div'); - a.classList.add('loot-contributor'); + a.classList.add('loot-contributor', 'mdl-shadow--2dp'); avatar.className = 'loot-contributor__avatar'; text.className = 'loot-contributor__text';