mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
10 lines
194 B
SCSS
10 lines
194 B
SCSS
/* Notifications ----------------------------------------------------------- */
|
|
|
|
#notification {
|
|
border: 1px solid $decoration-normal;
|
|
border-top: none;
|
|
|
|
a {
|
|
color: $foreground-link;
|
|
}
|
|
}
|