diff options
author | HampusM <hampus@hampusmat.com> | 2023-10-01 21:30:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-10-01 21:30:53 +0200 |
commit | b2746a433bd3a0cab91e41f282ba8ebb5c79e4ae (patch) | |
tree | 1f1afab444e5f721ed2d24131f59eb6f38dad5d4 /macros/docs-style.html | |
parent | 21926b339232af57176c04adf110531633445bc7 (diff) |
chore: make docs style html for macro crate not a symlink
Diffstat (limited to 'macros/docs-style.html')
-rw-r--r--[l---------] | macros/docs-style.html | 31 |
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> |