影の濃さ微調整

This commit is contained in:
harukin 2019-02-10 22:57:52 +09:00
parent 3185c47d2d
commit f7094f5208

View File

@ -1855,7 +1855,7 @@ dl.bb-dl > dd > li {
.toplevel_item, .toplevel_item,
#notifications, #notifications,
#profile-jot-wrapper { #profile-jot-wrapper {
box-shadow: 0px 0px 5px 1px rgba(75, 75, 75, 0.3); box-shadow: 0px 0px 1px 1px rgba(75, 75, 75, 0.1);
transition: all 300ms 0s; transition: all 300ms 0s;
} }
.toplevel_item:hover, .toplevel_item:hover,
@ -2136,7 +2136,7 @@ a[title*="pawoo.net"]::after {
.shared_container { .shared_container {
border-radius: 2px; border-radius: 2px;
margin-top: 15px; margin-top: 15px;
box-shadow: 2px 2px 6px 1px rgba(75, 75, 75, 0.5); box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5);
margin-left: 10px; margin-left: 10px;
} }