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",
|
"name": "joplin-plugin-event-calendar",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
|
"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-bottom: 1px solid rgba(20, 20, 20, 0.7);
|
||||||
border-left: 1px solid rgba(20, 20, 20, 0.2);
|
border-left: 1px solid rgba(20, 20, 20, 0.2);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
color: black;
|
||||||
|
background-color: aliceblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-calendar .group.highlight {
|
.event-calendar .group.highlight {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 1,
|
"manifest_version": 1,
|
||||||
"id": "com.wemakemachines.joplin.plugin.event-calendar",
|
"id": "com.wemakemachines.joplin.plugin.event-calendar",
|
||||||
"app_min_version": "2.7",
|
"app_min_version": "2.7",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"name": "Event Calendar",
|
"name": "Event Calendar",
|
||||||
"description": "A simple event calendar",
|
"description": "A simple event calendar",
|
||||||
"author": "Franco Speziali",
|
"author": "Franco Speziali",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user