summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--css/explore.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 797cebbd5..84dfe137b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
- Switch to new update API
- Do not fail to mark items as read if they do not exist on the server anymore when using the API
- Show "Settings" label for settings area button
+- Changed explore url colors to fit Nextcloud theme
## 9.0.4
diff --git a/css/explore.css b/css/explore.css
index 1cff41ce8..d9bd80048 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -56,7 +56,7 @@
font-weight: normal;
font-size: 10pt;
color: #fff;
- background-color: #1d2d44;
+ background-color: #0082c9;
padding: 10px;
font-weight: bold;
}