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:
parent
1c529ddcd4
commit
99dd029816
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user