Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gresources/nemo-style-application.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ NemoDesktopWindow GtkPaned {
}

.nemo-desktop.nemo-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px alpha(black, 0.8);
color: #eeeeee;
text-shadow: 2px 2px 3px alpha(black, 0.8);
}

.nemo-desktop.nemo-canvas-item:hover {
Expand Down Expand Up @@ -81,4 +81,4 @@ NemoDesktopWindow GtkPaned {

#drop-bar {
opacity: 1.0;
}
}