diff --git a/assets/css/theme.css b/assets/css/theme.css index d463677..7b84643 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2,6 +2,7 @@ --primary-dark-10: #e54485; --primary: #f65596; --primary-light-10: #f075a6; + --primary-light-20: #f2a6c4; --primary-light-30: #f7c9dc; --grey-dark-50: #111; @@ -29,6 +30,7 @@ --background-level-30: #eee; --background-dim: var(--shadow-weak-10); + --shadow-weak-50: rgba(0, 0, 0, .02); --shadow-weak-40: rgba(0, 0, 0, .05); --shadow-weak-30: rgba(0, 0, 0, .1); --shadow-weak-20: rgba(0, 0, 0, .2); diff --git a/components/header/notifications.vue b/components/header/notifications.vue index b05dfc2..f4dd53d 100644 --- a/components/header/notifications.vue +++ b/components/header/notifications.vue @@ -19,7 +19,10 @@ -