mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 13:56:45 +00:00
Experiment with slightly bigger body text
Trying to improve readability
This commit is contained in:
parent
9adc30f69f
commit
b7ce2a8ab6
@ -692,6 +692,11 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-tiddler-frame .tc-tiddler-body {
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Toolbar buttons
|
** Toolbar buttons
|
||||||
*/
|
*/
|
||||||
@ -1282,10 +1287,22 @@ a.tc-tiddlylink.tc-plugin-info:hover {
|
|||||||
color: <<colour message-foreground>>;
|
color: <<colour message-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-message-box img {
|
/*
|
||||||
|
** Pictures
|
||||||
|
*/
|
||||||
|
|
||||||
|
.tc-bordered-image {
|
||||||
|
border: 1px solid <<colour muted-foreground>>;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
** Floats
|
||||||
|
*/
|
||||||
|
|
||||||
|
.tc-float-right {
|
||||||
float: right;
|
float: right;
|
||||||
width: 150px;
|
|
||||||
margin: 0px 0px 12px 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user