diff --git a/public/css/_tw-input.css b/public/css/_tw-input.css index 6fed7c7..2e0291c 100644 --- a/public/css/_tw-input.css +++ b/public/css/_tw-input.css @@ -29,17 +29,23 @@ @apply pb-1; } - a { + a, + button[hx-get], + button[hx-post] { text-decoration: underline; transition: background-color 150ms ease-in, color 150ms ease-in; } - a:hover { + a:hover, + button[hx-get]:hover, + button[hx-post]:hover { background-color: var(--color); color: var(--background-color); } - nav a { + nav a, + button[hx-get], + button[hx-post] { padding: 0 0.25em; } diff --git a/server/router/pages/about.templ b/server/router/pages/about.templ index 0e06eb3..89bb399 100644 --- a/server/router/pages/about.templ +++ b/server/router/pages/about.templ @@ -7,66 +7,66 @@ templ About() { @components.Head() @components.Header() -
+
@components.Figlet("random", "about") -
-
-

📈 Prediction market?

-

Here is an animated corgi that explains everything you need to know about prediction markets in 7 minutes:

- -

👨‍💻 FOSS?

-

- Yes! The code is available on - Github - or - Gitea - under the MIT License. -

-

💬 Contact?

-

- If you have feedback, questions, bugs, ideas or anything else, feel free to reach out to me: -
-

-
- - stacker news - | - - simplex - | - telegram | - - signal - | - nostr +
+

📈 Prediction market?

+

Here is an animated corgi that explains everything you need to know about prediction markets in 7 minutes:

+ +

👨‍💻 FOSS?

+

+ Yes! The code is available on + Github + or + Gitea + under the MIT License. +

+

💬 Contact?

+

+ If you have feedback, questions, bugs, ideas or anything else, feel free to reach out to me: +
+

+
@components.Footer() diff --git a/server/router/pages/components/header.templ b/server/router/pages/components/header.templ index a9dd0a4..12bf9ef 100644 --- a/server/router/pages/components/header.templ +++ b/server/router/pages/components/header.templ @@ -4,16 +4,16 @@ import c "git.ekzyis.com/ekzyis/delphi.market/server/router/context" templ Header() {
-