diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 11:58:37 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 11:58:59 +0200 |
| commit | d028aeced2049b753f126ec70fad7d73449b7516 (patch) | |
| tree | 616e14f54dfe61811d049fe97a9fdd81c38feb16 /assets/css/main.css | |
| parent | 46cefbb27e2b0954c3a8c695354ede751847c4e7 (diff) | |
| download | danixxyz-theme-d028aeced2049b753f126ec70fad7d73449b7516.tar.gz danixxyz-theme-d028aeced2049b753f126ec70fad7d73449b7516.zip | |
fix: remove orphaned top border from article nav
Top nav variant (above title) had a border-t that divided nothing.
Move border-t/pt-6 from CSS class into template, applied only on
bottom variant. Rebuild CSS.
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 8921966..2645b4a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -949,7 +949,6 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { /* ---- Article prev/next navigation ---- */ .article-nav { - @apply border-t border-border pt-6; } .article-nav-prompt { |
