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 #166
(cherry picked from commit c6ea10e14e
)
This commit is contained in:
parent
eb51861139
commit
51a3af4fd0
4 changed files with 19 additions and 2 deletions
|
@ -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
14
css/apps/thirdparty/_gpxmotion.scss
vendored
Normal 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);
|
||||
}
|
||||
}
|
5
css/apps/thirdparty/_phonetrack.scss
vendored
5
css/apps/thirdparty/_phonetrack.scss
vendored
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue