aboutsummaryrefslogtreecommitdiff
path: root/macros/docs-style.html
diff options
context:
space:
mode:
Diffstat (limited to 'macros/docs-style.html')
-rw-r--r--[l---------]macros/docs-style.html31
1 files changed, 30 insertions, 1 deletions
diff --git a/macros/docs-style.html b/macros/docs-style.html
index f7faf8d..1333b44 120000..100644
--- a/macros/docs-style.html
+++ b/macros/docs-style.html
@@ -1 +1,30 @@
-docs-style.html \ No newline at end of file
+<style>
+.cf {
+ display: flex;
+ margin-left: 0px;
+ margin-bottom: 5px;
+ min-height: 36px;
+ padding:0 2px;
+ align-items: center;
+ vertical-align: text-bottom;
+ white-space: unset !important;
+ border-radius: 3px;
+ width: fit-content;
+
+ background-color:var(--stab-background-color);
+ color:var(--main-color);
+
+ font-weight:normal;
+ font-size:0.875rem;
+}
+
+.cf code {
+ font-size: 0.875rem;
+ background-color: unset;
+ white-space: unset !important;
+}
+
+.cf strong {
+ margin-left: 3px;
+}
+</style>