1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-27 23:43:16 +00:00

Add styling for GpxMotion and adjust link colour for Phonetrack. Fixes

(cherry picked from commit c6ea10e14e)
This commit is contained in:
Magnus Walbeck 2021-02-27 16:29:17 +01:00
parent eb51861139
commit 51a3af4fd0
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
4 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,7 @@
### Added
- [#152](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/152) Styling for PhoneTrack
- [#166](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/166) Styling for GpxMotion and adjust link colour for PhoneTrack
## 20.0.6 - 2021-02-23

14
css/apps/thirdparty/_gpxmotion.scss vendored Normal file
View file

@ -0,0 +1,14 @@
/***
* @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);
}
}

View file

@ -30,7 +30,8 @@
border-bottom-color: var(--color-border);
}
.toplink:link {
color: var(--color-main-text);
.toplink:link,
.toplink:visited {
color: var(--color-text-link);
}
}

View file

@ -70,6 +70,7 @@
@import "apps/thirdparty/dashboard";
@import "apps/thirdparty/flow-upload";
@import "apps/thirdparty/fulltextsearch";
@import "apps/thirdparty/gpxmotion";
@import "apps/thirdparty/files-markdown";
@import "apps/thirdparty/files-markdown-syntax";
@import "apps/thirdparty/music";