mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
20 lines
392 B
SCSS
20 lines
392 B
SCSS
#dashtodockContainer #dash {
|
|
|
|
background: transparent !important;
|
|
|
|
.dash-background {
|
|
background: $main_dark !important;
|
|
border: none;
|
|
}
|
|
|
|
.dash-item-container {
|
|
|
|
.app-well-app,
|
|
.show-apps {
|
|
.overview-icon.focused .overview-icon {
|
|
background-color: lighten($bg_color, 7%) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
} |