diff --git a/docs/config.toml b/docs/config.toml index 8bbfc6fd7f..d54241bdde 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -28,7 +28,7 @@ bundled_fonts = true show_copy_button = true issues_url = "https://github.com/89luca89/distrobox/issues" source_url = "https://github.com/89luca89/distrobox/tree/main/docs" -styles = ["custom.css"] +styles = ["custom.css", "mods.css"] [extra.nav] links = [ diff --git a/docs/sass/custom.scss b/docs/sass/custom.scss index fc8648bff9..775d364149 100644 --- a/docs/sass/custom.scss +++ b/docs/sass/custom.scss @@ -1,16 +1,3 @@ -hr { - box-shadow: var(--edge-highlight); - border: none; - border-radius: 999px; - background-color: var(--fg-muted-2); - width: 50%; - height: 0.25rem; - - &::after { - display: none; - } -} - #badges { text-align: center; diff --git a/docs/sass/mods.scss b/docs/sass/mods.scss new file mode 100644 index 0000000000..30d91e5cc6 --- /dev/null +++ b/docs/sass/mods.scss @@ -0,0 +1 @@ +@use "../themes/duckquill/sass/mods/modern-hr"; diff --git a/docs/themes/duckquill b/docs/themes/duckquill index 66e717c6a5..bf47231393 160000 --- a/docs/themes/duckquill +++ b/docs/themes/duckquill @@ -1 +1 @@ -Subproject commit 66e717c6a56b5dbf68f2f4d869f132c668743e11 +Subproject commit bf472313939626811886b9bf689b6500e7ef53fb