mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-21 18:15:41 +02:00
Improve visibility of links in dark theme (#2215)
Signed-off-by: chylex <contact@chylex.com>
This commit is contained in:
parent
1fc1e51c6d
commit
7338574821
@ -5,7 +5,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
|
|||||||
# Unreleased
|
# Unreleased
|
||||||
## [21.x.x]
|
## [21.x.x]
|
||||||
### Changed
|
### Changed
|
||||||
|
- Improve visibility of links in dark theme (#2215)
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
|
@ -714,6 +714,11 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.theme--dark #app-content .body a, /* NC 24 */
|
||||||
|
[data-theme-dark] #app-content .body a { /* NC 25 */
|
||||||
|
color: #9cc7ff;
|
||||||
|
}
|
||||||
|
|
||||||
#app-content .body ul {
|
#app-content .body ul {
|
||||||
margin: 7px 0;
|
margin: 7px 0;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user