diff --git a/book.toml b/book.toml deleted file mode 100644 index 5a25e16..0000000 --- a/book.toml +++ /dev/null @@ -1,11 +0,0 @@ -[book] -authors = ["rxdn", "Ticketsbot-cloud"] -language = "en" -multilingual = false -src = "src" -title = "Tickets V2 Docs" -description = "Official Documentation of the Tickets V2 Discord Bot" - -[output.html] -default-theme = "ayu" -additional-css = ["custom.css"] diff --git a/custom.css b/custom.css deleted file mode 100644 index 83abc8c..0000000 --- a/custom.css +++ /dev/null @@ -1,22 +0,0 @@ -pre, code { - white-space: pre-wrap; - overflow-wrap: break-word; -} - -pre { - padding: 0.75rem 1rem; - border-radius: 6px; -} - -pre > .buttons { - right: 0.5rem; - top: 0.5rem; -} - -/* Hover-only copy button never appears on touch devices; keep it visible there. */ -@media (hover: none) { - pre > .buttons { - visibility: visible; - opacity: 1; - } -}