mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 06:32:05 +00:00
9 lines
No EOL
204 B
SCSS
9 lines
No EOL
204 B
SCSS
/* First Run Wizard --------------------------------------------------------- */
|
|
|
|
#firstrunwizard p a {
|
|
color: $foreground-link !important;
|
|
|
|
&:hover, &:focus {
|
|
color: $foreground-link !important;
|
|
}
|
|
} |