Update style.css

This commit is contained in:
nune 2024-04-23 19:03:09 -04:00 committed by GitHub
parent cb0fe34faa
commit 8a5f4c73a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,3 +20,11 @@ body {
font-size: 18px;
padding: 0 8px;
}
.note {
padding:1rem 1rem 0 1rem;
border-style:2px solid red;
}
.notetitle {
fontweight:120%;
}