summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-11-26 21:43:46 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-11-26 21:43:46 +0100
commit0a2090fcd660a532cf1d6b517ab7da4a55e0da09 (patch)
tree67fd26386d1cc08d7b8d76e9d7535e704f4dec9b
parentd5158d43bab87220332ffaba06219f8ff5de9c6c (diff)
Changed explore url colors to fit Nextcloud theme
-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;
}