From 9675d4b3dc8d6edf04f503130fc4bb940c18b538 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 11 Apr 2025 22:06:45 -0300 Subject: [PATCH] feat: style page breakers --- assets/stylesheets/tailwind.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/tailwind.css b/assets/stylesheets/tailwind.css index 4f09952..bf01e0e 100644 --- a/assets/stylesheets/tailwind.css +++ b/assets/stylesheets/tailwind.css @@ -115,13 +115,16 @@ } } - details { margin: 1rem 0 1rem 0; background-color: #111; padding: 1.5rem; border-radius: 1rem; } + + hr { + color: #181818; + } } @theme {