adjust size
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run

This commit is contained in:
Jose Falanga 2025-10-14 16:56:51 -03:00
parent 1d36b95c50
commit ed990ab2dc

View file

@ -6,7 +6,7 @@ html, body {
background-color: #1e1f22; background-color: #1e1f22;
color: #d9d9d9; color: #d9d9d9;
line-height: 1.6; line-height: 1.6;
font-size: 26px; font-size: 21px;
text-align: center; text-align: center;
} }
@ -134,6 +134,7 @@ blockquote {
color: #c0c0c0; color: #c0c0c0;
background: #232428; background: #232428;
border-radius: 4px; border-radius: 4px;
font-size: 0.7em;
} }
/* === Lists === */ /* === Lists === */