From ff2c3794d66c89e807748ebbebbec4a057c33d03 Mon Sep 17 00:00:00 2001 From: Franco Speziali Date: Wed, 26 Oct 2022 16:26:32 +0200 Subject: [PATCH] Small CSS fix to allow readability with different themes --- package.json | 2 +- src/event-calendar.css | 2 ++ src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17803e2..6932b34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-event-calendar", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "test": "jest", "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", diff --git a/src/event-calendar.css b/src/event-calendar.css index 1acc8c2..5ddd673 100644 --- a/src/event-calendar.css +++ b/src/event-calendar.css @@ -13,6 +13,8 @@ border-bottom: 1px solid rgba(20, 20, 20, 0.7); border-left: 1px solid rgba(20, 20, 20, 0.2); border-radius: 4px; + color: black; + background-color: aliceblue; } .event-calendar .group.highlight { diff --git a/src/manifest.json b/src/manifest.json index 5d7cb8e..3e8c914 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.wemakemachines.joplin.plugin.event-calendar", "app_min_version": "2.7", - "version": "0.2.0", + "version": "0.2.1", "name": "Event Calendar", "description": "A simple event calendar", "author": "Franco Speziali",