Loading docs/style.css 0 → 100644 +14 −0 Original line number Diff line number Diff line .md-header__button.md-logo { margin: 0; padding-top: .2rem; padding-bottom: .2rem; } [dir="ltr"] .md-header__title { margin-left: 0; } .md-header__button.md-logo img, .md-header__button.md-logo svg { height: 2rem; } nix/repo/docs.nix +2 −0 Original line number Diff line number Diff line Loading @@ -38,8 +38,10 @@ in }; config = { site_name = "Devshell"; site_url = "https://devshell.rensa.projects.tf"; repo_name = "rensa-nix/devshell"; repo_url = "https://gitlab.com/rensa-nix/devshell"; extra_css = ["style.css"]; theme = { logo = "images/logo.svg"; icon.repo = "simple/gitlab"; Loading Loading
docs/style.css 0 → 100644 +14 −0 Original line number Diff line number Diff line .md-header__button.md-logo { margin: 0; padding-top: .2rem; padding-bottom: .2rem; } [dir="ltr"] .md-header__title { margin-left: 0; } .md-header__button.md-logo img, .md-header__button.md-logo svg { height: 2rem; }
nix/repo/docs.nix +2 −0 Original line number Diff line number Diff line Loading @@ -38,8 +38,10 @@ in }; config = { site_name = "Devshell"; site_url = "https://devshell.rensa.projects.tf"; repo_name = "rensa-nix/devshell"; repo_url = "https://gitlab.com/rensa-nix/devshell"; extra_css = ["style.css"]; theme = { logo = "images/logo.svg"; icon.repo = "simple/gitlab"; Loading