зеркало из https://github.com/nextcloud/news.git
Improve visibility of links in dark theme (#2215)
Signed-off-by: chylex <contact@chylex.com>
This commit is contained in:
Родитель
1fc1e51c6d
Коммит
7338574821
|
@ -5,7 +5,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
|
|||
# Unreleased
|
||||
## [21.x.x]
|
||||
### Changed
|
||||
|
||||
- Improve visibility of links in dark theme (#2215)
|
||||
### Fixed
|
||||
|
||||
|
||||
|
|
|
@ -714,6 +714,11 @@
|
|||
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 {
|
||||
margin: 7px 0;
|
||||
padding-left: 14px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче