mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 20:16:26 +00:00
15 lines
348 B
SCSS
15 lines
348 B
SCSS
/***
|
|
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* GpxMotion ---------------------------------------------------------------- */
|
|
|
|
.app-gpxmotion {
|
|
.toplink:link,
|
|
.toplink:visited {
|
|
color: var(--color-text-link);
|
|
}
|
|
}
|