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

Fix boot.css bug from #8099 (#8214)

This commit is contained in:
lin onetwo
2024-05-27 06:45:29 -05:00
committed by GitHub
parent a463783283
commit dbe912ba5d
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
title: $:/boot/boot.css
type: text/css
/*
Basic styles used before we boot up the parsing engine
*/

View File

@@ -25,7 +25,7 @@
}
},
{
"file": "boot.css.tid",
"file": "boot.css",
"fields": {
"title": "$:/boot/boot.css",
"type": "text/css"