From 0a2090fcd660a532cf1d6b517ab7da4a55e0da09 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 26 Nov 2016 21:43:46 +0100 Subject: Changed explore url colors to fit Nextcloud theme --- CHANGELOG.md | 1 + css/explore.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3