From 267ab1dc45c7e2cb68d8238c04376a258dcf61c9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 25 Sep 2023 20:14:37 +0200 Subject: docs: fix custom CSS not used by docs.rs --- docs-rs-ext.css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 docs-rs-ext.css (limited to 'docs-rs-ext.css') diff --git a/docs-rs-ext.css b/docs-rs-ext.css deleted file mode 100644 index 8db6c2d..0000000 --- a/docs-rs-ext.css +++ /dev/null @@ -1,28 +0,0 @@ -.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; -} -- cgit v1.2.3-18-g5258