1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Tweak colours for link info items

This commit is contained in:
Jermolene 2016-07-12 12:35:05 +01:00
parent 14dc8accd6
commit edde700138

View File

@ -7,10 +7,10 @@ tags: $:/tags/Stylesheet
}
.tc-link-info-item {
border: 1px solid #dde7f1;
border: 1px solid #ebefcd;
padding: 5px 10px;
margin-bottom: 10px;
background: #f3f8fd;
background: #fcfdf3;
font-size: 0.8em;
line-height: 1.2;
}