Skip to content

Commit 60f32ac

Browse files
committed
I get it now
1 parent f147454 commit 60f32ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Mint-Y/cinnamon/cinnamon-dark.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ StScrollBar {
229229

230230
.menu {
231231
color: #e1e1e1;
232-
background-color: #222226; }
232+
background-color: #222226;
233+
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
233234
.menu-top {
234235
border-radius: 0 0 6px 6px; }
235236
.menu-bottom {

src/Mint-Y/cinnamon/cinnamon.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ StScrollBar {
229229

230230
.menu {
231231
color: #303030;
232-
background-color: #ebebed; }
232+
background-color: #ebebed;
233+
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
233234
.menu-top {
234235
border-radius: 0 0 6px 6px; }
235236
.menu-bottom {

0 commit comments

Comments
 (0)