mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-01 01:10:52 +00:00
13 lines
No EOL
243 B
SCSS
13 lines
No EOL
243 B
SCSS
/* First Run Wizard --------------------------------------------------------- */
|
|
|
|
#cboxLoadedContent {
|
|
background-color: $background-dark;
|
|
}
|
|
|
|
#firstrunwizard p a {
|
|
color: $foreground-link;
|
|
|
|
&:hover, &:focus {
|
|
color: $foreground-link;
|
|
}
|
|
} |