mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
9 lines
216 B
SCSS
9 lines
216 B
SCSS
/* First Run Wizard --------------------------------------------------------- */
|
|
|
|
#firstrunwizard p a {
|
|
color: var(--color-text-link) !important;
|
|
|
|
&:hover, &:focus {
|
|
color: var(--color-text-link) !important;
|
|
}
|
|
} |