summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorsmdyv <88971341+smdyv@users.noreply.github.com>2022-11-24 10:35:19 +0100
committerDaniel Micay <danielmicay@gmail.com>2022-11-24 05:27:28 -0500
commitda7aabff2031b5382ab6939bc87357c13c82a1e8 (patch)
treeaded06b0a9afafc772bf72beb2c6fd1897484033 /static/main.css
parent1cac8502caa8b26669f103cf67119d07ee40f74d (diff)
Remove site-menu shadow
Material 3 no longer uses drop shadows to express elevation in top app bars.
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css
index ba04acd2..65a57303 100644
--- a/static/main.css
+++ b/static/main.css
@@ -108,7 +108,6 @@ var {
#site-menu {
background-color: #212121; /* grey900 */
- box-shadow: 0 2px 2px 0 rgba(0 0 0 / 14%), 0 1px 5px 0 rgba(0 0 0 / 12%), 0 3px 1px -2px rgba(0 0 0 / 20%);
white-space: nowrap;
}