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

Drop the backticks around colour values

It’s safe to do since no CSS color could be inadvertantly wikified.
This commit is contained in:
Jermolene 2013-12-20 16:44:04 +00:00
parent 1c529ddcd4
commit 99dd029816

View File

@ -1,8 +1,8 @@
title: $:/themes/tiddlywiki/vanilla/colours title: $:/themes/tiddlywiki/vanilla/colours
type: application/x-tiddler-dictionary type: application/x-tiddler-dictionary
primary: `#5778D8` primary: #5778D8
background: `#fff` background: #ffffff
foreground: `#333` foreground: #333333
pagebackground: `#ececec` pagebackground: #ececec
medium: `#bbb` medium: #bbbbbb