From af3ceaee5ed71e095e9d32c2b3efaf5bb254b7bd Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Thu, 3 Oct 2024 15:43:40 -0400 Subject: [PATCH] style(pastes): smol-v2 styles --- pastes/html/blog.page.tmpl | 6 +++--- pastes/html/footer.partial.tmpl | 2 +- pastes/html/post.page.tmpl | 2 +- pastes/public/main.css | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pastes/html/blog.page.tmpl b/pastes/html/blog.page.tmpl index 64266502..962cbd22 100644 --- a/pastes/html/blog.page.tmpl +++ b/pastes/html/blog.page.tmpl @@ -27,8 +27,8 @@ {{define "body"}}
-

{{.Header.Title}}

-
+

{{.Header.Title}}

+
@@ -36,7 +36,7 @@ {{end}} diff --git a/pastes/html/footer.partial.tmpl b/pastes/html/footer.partial.tmpl index c9f4efa7..915ad254 100644 --- a/pastes/html/footer.partial.tmpl +++ b/pastes/html/footer.partial.tmpl @@ -1,6 +1,6 @@ {{define "footer"}} {{end}} diff --git a/pastes/html/post.page.tmpl b/pastes/html/post.page.tmpl index cf5b0593..d58530a4 100644 --- a/pastes/html/post.page.tmpl +++ b/pastes/html/post.page.tmpl @@ -25,7 +25,7 @@ {{define "body"}}
-

{{.Title}}

+

{{.Title}}

{{if .Unlisted}} unlisted{{end}} diff --git a/pastes/public/main.css b/pastes/public/main.css index e459b041..6fb22a25 100644 --- a/pastes/public/main.css +++ b/pastes/public/main.css @@ -5,3 +5,7 @@ body { .post-date { width: 110px; } + +.transform-none { + text-transform: none; +}