1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-12 19:26:42 +00:00
nextcloud-breeze-dark/css/apps/official/_first-run-wizard.scss

16 lines
377 B
SCSS

/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* First Run Wizard --------------------------------------------------------- */
#firstrunwizard p a {
color: var(--color-text-link) !important;
&:hover, &:focus {
color: var(--color-text-link) !important;
}
}