summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorfox <[email protected]>2022-01-06 10:38:42 +0300
committerfox <[email protected]>2022-01-06 10:38:42 +0300
commitf1607902e6953aa5c486157835105c0c8f08779f (patch)
tree318e80695bbe78f5de3c84b49a68fe04d67ff8c2 /themes/light/cdm.less
parentc3482fbe6b22885f5619df02387de09be0886cfe (diff)
parent1ff52bff8120ac9ca98ee1a9f919ae063fd7e82b (diff)
Merge pull request 'themes: Fix incorrect blur and opacity interaction' (#61) from suraia/tt-rss:blur-opacity into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/61
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 4cbfa1d28..6bb3378c1 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -325,8 +325,7 @@
box-shadow : 0 1px 1px -1px rgba(0,0,0,0.1);
border: 0 solid @border-default;
border-bottom-width: 1px;
- background : @default-bg ! important;
- opacity: 0.9;
+ background : fade(@default-bg, 90%) ! important;
backdrop-filter: blur(6px);
}
}