mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-09 13:08:11 +00:00
Fix colours in static renderings
This commit is contained in:
parent
ae8ef305fa
commit
cae9dbf5d1
@ -2,6 +2,7 @@ title: $:/plugins/tiddlywiki/multiwikiserver/system-files/styles.css
|
||||
tags: $:/tags/MWS/SystemFileWikified
|
||||
system-file-type: text/css
|
||||
|
||||
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
||||
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
||||
|
||||
/* Import TiddlyWiki theme styles */
|
||||
|
@ -1,6 +1,6 @@
|
||||
title: $:/plugins/tiddlywiki/multiwikiserver/templates/get-index
|
||||
|
||||
\procedure bagPill(element-tag:"span",is-topmost:"no")
|
||||
\procedure bagPill(element-tag:"span",is-topmost:"yes")
|
||||
\whitespace trim
|
||||
<$genesis $type=<<element-tag>> class={{{ mws-bag-pill [<is-topmost>match[yes]then[mws-bag-pill-topmost]] +[join[ ]] }}}>
|
||||
<a class="mws-bag-pill-link" href=`/bags/${ [<bag-name>encodeuricomponent[]] }$` rel="noopener noreferrer" target="_blank">
|
||||
|
Loading…
x
Reference in New Issue
Block a user