mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-07 13:28:01 +00:00
Fix @giffmex's themes
They just needed the `tw-body` class added to the body element.
This commit is contained in:
@@ -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;}
|
||||
|
Reference in New Issue
Block a user