mirror of
https://github.com/shanshuimei/obsidian-generate-timeline.git
synced 2026-07-22 05:37:40 +00:00
chore: Update the version and adjust the style configuration
This commit is contained in:
parent
4519835968
commit
bb86e01592
4 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"lineWidth": 2,
|
||||
"lineColor": "#6a4dff",
|
||||
"lineColor": "#2b00ff",
|
||||
"itemSpacing": 30,
|
||||
"cardBackground": "var(--background-primary-alt)",
|
||||
"cardTextColor": "var(--text-normal)",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "generate-timeline",
|
||||
"name": "Generate Timeline",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Generate timelines from tag folder or file automatically by any time properties.",
|
||||
"author": "Shanshuimei",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "generate-timeline",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "Generate timelines from tag, folder or file automatically by any time properties.",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ If your plugin does not need CSS, delete this file.
|
|||
|
||||
.timeline-era-title {
|
||||
font-size: 1.5em;
|
||||
color: var(--text-accent);
|
||||
margin-bottom: 20px;
|
||||
margin-left: 30px;
|
||||
margin-left: 20%;
|
||||
margin-right:10%;
|
||||
}
|
||||
|
||||
.timeline-era-date {
|
||||
|
|
|
|||
Loading…
Reference in a new issue