mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-03 15:53:26 -08:00
Fix @giffmex's themes
They just needed the `tw-body` class added to the body element.
This commit is contained in:
parent
2d0ff5f8a2
commit
fbfdd80f9b
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
title: $:/themes/giffmex/blanca/styles
|
||||
tags: [[$:/tags/stylesheet]]
|
||||
|
||||
html body {
|
||||
html body.tw-body {
|
||||
font-size:14px;
|
||||
line-height:20px;
|
||||
background-color:#ffffff;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: $:/themes/giffmex/blue/styles
|
||||
tags: [[$:/tags/stylesheet]]
|
||||
|
||||
html body {
|
||||
html body.tw-body {
|
||||
font-size:14px;
|
||||
line-height:20px;
|
||||
background-color:#ddddff;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
title: $:/themes/giffmex/rocker/styles
|
||||
tags: [[$:/tags/stylesheet]]
|
||||
|
||||
html body { font-size:14px;line-height:20px; background-color:#000000;}
|
||||
html body.tw-body { font-size:14px;line-height:20px; background-color:#000000;}
|
||||
html .tw-page-controls {background-color:#000000; padding:8px;}
|
||||
|
||||
html .title {color: #cc0000;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue