Small CSS fix to allow readability with different themes

This commit is contained in:
Franco Speziali 2022-10-26 16:26:32 +02:00
parent 02a8a7e6eb
commit ff2c3794d6
3 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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 {

View File

@ -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",