From dbeeacf11c025b6c05644e6abd3aad0638d086a9 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 24 Jul 2017 22:13:29 +0100 Subject: [PATCH] tweak pill colours some more --- src/skins/vector/css/themes/_base.scss | 2 +- src/skins/vector/css/themes/_dark.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/themes/_base.scss b/src/skins/vector/css/themes/_base.scss index 6f613e38f8..3b1bf9e8e5 100644 --- a/src/skins/vector/css/themes/_base.scss +++ b/src/skins/vector/css/themes/_base.scss @@ -20,7 +20,7 @@ $focus-brightness: 125%; // red warning colour $warning-color: #ff0064; $mention-user-pill-bg-color: #ff0064; -$other-user-pill-bg-color: rgba(0, 0, 0, 0.1); +$other-user-pill-bg-color: rgba(0, 0, 0, 0.05); $preview-bar-bg-color: #f7f7f7; diff --git a/src/skins/vector/css/themes/_dark.scss b/src/skins/vector/css/themes/_dark.scss index f92c89bdbe..a8f162d9f9 100644 --- a/src/skins/vector/css/themes/_dark.scss +++ b/src/skins/vector/css/themes/_dark.scss @@ -20,7 +20,7 @@ $focus-brightness: 200%; // red warning colour $warning-color: #ff0064; -$other-user-pill-bg-color: rgba(255, 255, 255, 0.15); +$other-user-pill-bg-color: rgba(255, 255, 255, 0.1); $preview-bar-bg-color: #333;