aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-10-01 21:30:53 +0200
committerHampusM <hampus@hampusmat.com>2023-10-01 21:30:53 +0200
commitb2746a433bd3a0cab91e41f282ba8ebb5c79e4ae (patch)
tree1f1afab444e5f721ed2d24131f59eb6f38dad5d4
parent21926b339232af57176c04adf110531633445bc7 (diff)
chore: make docs style html for macro crate not a symlink
-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>