From 48e4decd559085f5c05fc41af30ec4d039fb06aa Mon Sep 17 00:00:00 2001 From: tiddlygit-test Date: Sat, 3 Jul 2021 22:41:00 +0800 Subject: [PATCH] feat: update itonnote plugin and theme --- template/wiki/themes/linonetwo/itonnote/base.tid | 6 +++--- .../wiki/themes/linonetwo/itonnote/plugin-modification.tid | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/template/wiki/themes/linonetwo/itonnote/base.tid b/template/wiki/themes/linonetwo/itonnote/base.tid index 7f4e0d3b..bf0390c0 100644 --- a/template/wiki/themes/linonetwo/itonnote/base.tid +++ b/template/wiki/themes/linonetwo/itonnote/base.tid @@ -23,7 +23,7 @@ p > code, li > code { } .hljs { - background-color: white; + background-color: #fafafa; border: none; box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 5px 1px, rgba(15, 15, 15, 0.1) 0px 2px 10px } @@ -34,7 +34,7 @@ p > code, li > code { /** 背景 */ body.tc-body { - background-color: white; + background-color: #fafafa; } /** 给卡片加上阴影 */ .tc-tiddler-frame { @@ -236,7 +236,7 @@ a.tc-tiddlylink.tc-tiddlylink-resolves.tc-plugin-info.tc-popup-handle.tc-popup-a @media (min-width: 960px) { .tc-sidebar-scrollable { - padding: 30px 10px 0px 15px; + padding: 40px 10px 0px 15px; } } diff --git a/template/wiki/themes/linonetwo/itonnote/plugin-modification.tid b/template/wiki/themes/linonetwo/itonnote/plugin-modification.tid index 974fdcfb..d1fac48b 100644 --- a/template/wiki/themes/linonetwo/itonnote/plugin-modification.tid +++ b/template/wiki/themes/linonetwo/itonnote/plugin-modification.tid @@ -14,3 +14,10 @@ type: text/vnd.tiddlywiki max-height: 100vh; overflow: auto; } + +/** +* opened tiddlers bar +*/ +section.story-backdrop > p, section.story-backdrop > p > div.tc-tab-buttons { + background-color: #fafafa !important; +}