From 849afcc680d28b1985c15372ca2fadfc8f0a7bcc Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 3 Nov 2025 16:14:25 +0100 Subject: [PATCH] Update changelog styling --- resources/views/changelog.blade.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/resources/views/changelog.blade.php b/resources/views/changelog.blade.php index 429560e..50b2e13 100644 --- a/resources/views/changelog.blade.php +++ b/resources/views/changelog.blade.php @@ -69,14 +69,20 @@ text-decoration: underline; color: #4894FC; } - p.warning { + p.info { margin-top: 15px; - background-color: #ffffd0; + background-color: #e4f5f8; padding: 25px; line-height: 160%; + border-radius: 5px; } - p.warning::before { - content: "⚠ "; + p.warning { + position: relative; + margin-top: 15px; + background-color: #ffcfc3; + padding: 25px; + line-height: 160%; + border-radius: 5px; } code { background-color: #ebf9ff;