mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-12 13:53:13 +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
|
||||
type: application/x-tiddler-dictionary
|
||||
|
||||
primary: `#5778D8`
|
||||
background: `#fff`
|
||||
foreground: `#333`
|
||||
pagebackground: `#ececec`
|
||||
medium: `#bbb`
|
||||
primary: #5778D8
|
||||
background: #ffffff
|
||||
foreground: #333333
|
||||
pagebackground: #ececec
|
||||
medium: #bbbbbb
|
||||
|
Loading…
x
Reference in New Issue
Block a user