From 4a9a8ec249f8471fe82df887997c98e723cb49ca Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 9 Apr 2020 20:37:50 -0400 Subject: [PATCH] templates/shortcodes/ui.html: add a shortcode for styling UI elements --- sass/_content.scss | 6 ++++++ templates/shortcodes/ui.html | 1 + 2 files changed, 7 insertions(+) create mode 100644 templates/shortcodes/ui.html diff --git a/sass/_content.scss b/sass/_content.scss index ded63e9..694f85b 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -74,6 +74,12 @@ line-height: 1; } + // Some application-specific styles + + .uipath { + color: #f000f0; + } + // Additional generic rules, for figures. Using `table` and `table-caption` // for display types makes it so that the caption never becomes wider than the // figure. diff --git a/templates/shortcodes/ui.html b/templates/shortcodes/ui.html new file mode 100644 index 0000000..265807a --- /dev/null +++ b/templates/shortcodes/ui.html @@ -0,0 +1 @@ +{{p}}