Update custom.scss

This commit is contained in:
cactuzhead 2025-05-13 12:37:48 +01:00 committed by GitHub
parent fe597bec34
commit 71dca45205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,8 @@
.note {
background-color: #e7f3fe;
border-left: 4px solid #2196F3;
padding: 1em;
padding: 0.8rem;
margin: 1em 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}