feat: update itonnote plugin and theme

This commit is contained in:
tiddlygit-test 2021-07-03 22:41:00 +08:00
parent 2bff1b058b
commit 48e4decd55
2 changed files with 10 additions and 3 deletions

View file

@ -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;
}
}

View file

@ -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;
}