Update custom.scss

This commit is contained in:
cactuzhead 2025-05-13 12:34:22 +01:00 committed by GitHub
parent 9ba95883f9
commit fe597bec34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,3 +5,10 @@
font-size: 0.9rem;
width: 100%;
}
.note {
background-color: #e7f3fe;
border-left: 4px solid #2196F3;
padding: 1em;
margin: 1em 0;
}