Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions themes/tiddlywiki/vanilla/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,11 @@ a.tc-tiddlylink-resolves {
}

a.tc-tiddlylink-shadow {
font-weight: bold;
border-left: 2px dotted;
}

a.tc-tiddlylink-shadow.tc-tiddlylink-resolves {
font-weight: normal;
border-left: 2px solid;
}

a.tc-tiddlylink-missing {
Expand Down Expand Up @@ -2852,6 +2852,7 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
}

.tc-chooser-item .tc-tiddlylink {
border-left: none;
display: block;
text-decoration: none;
background-color: transparent;
Expand Down