mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-06 14:00:48 -08: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 changed files with 5 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue