Small CSS fix to allow readability with different themes
This commit is contained in:
parent
02a8a7e6eb
commit
ff2c3794d6
@ -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",
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user