1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 07:16:08 +00:00

Tweak "hire Jeremy" banner styles

Thanks @pmario - https://github.com/TiddlyWiki/TiddlyWiki5/pull/9278#pullrequestreview-3172963997
This commit is contained in:
Jeremy Ruston
2025-09-01 11:50:36 +01:00
parent 92ea494650
commit b3c472c50d

View File

@@ -42,7 +42,8 @@ type: text/vnd.tiddlywiki
.yellow-note h2.tc-title, [data-tiddler-title="Hire the creator of TiddlyWiki"] h2.tc-title {
margin: 0.5em 0;
font-size: 1.5em;
font-family: "Brush Script MT";
line-height: 1.75;
font-family: "Noteworthy", Georgia, serif;
color: #334;
}
@@ -95,12 +96,12 @@ type: text/vnd.tiddlywiki
font-size: 2em;
text-align: center;
line-height: 1.3;
max-width: 6.5em;
max-width: 8.5em;
}
.yellow-note-sidebar .yellow-note {
padding: 0.5em;
margin: 1.5em 0;
margin: 0.8em 0;
transform: rotate(-0.9deg) scale(0.95);
}