Update light theme callout color

This commit is contained in:
Théo Marchal 2024-04-07 11:48:54 +02:00
parent 1ce534d696
commit 5f4e04d364

View File

@ -10,13 +10,13 @@
}
.callout {
border: 3px solid #7d4e95;
border: 3px solid #885a9f;
background-color:initial;
border-radius: 1rem;
}
.callout-title {
--color: #7d4e95;
--color: #885a9f;
}
:root[saved-theme="dark"] .callout {