Update changelog styling

This commit is contained in:
2025-11-03 16:14:25 +01:00
parent a5b8d60280
commit 849afcc680

View File

@@ -69,14 +69,20 @@
text-decoration: underline; text-decoration: underline;
color: #4894FC; color: #4894FC;
} }
p.warning { p.info {
margin-top: 15px; margin-top: 15px;
background-color: #ffffd0; background-color: #e4f5f8;
padding: 25px; padding: 25px;
line-height: 160%; line-height: 160%;
border-radius: 5px;
} }
p.warning::before { p.warning {
content: ""; position: relative;
margin-top: 15px;
background-color: #ffcfc3;
padding: 25px;
line-height: 160%;
border-radius: 5px;
} }
code { code {
background-color: #ebf9ff; background-color: #ebf9ff;