web/changelog: make main body text easier to read

This commit is contained in:
wukko 2024-07-17 14:29:46 +06:00
parent 6e374fde62
commit 6a7311874e
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -86,7 +86,21 @@
.contents { .contents {
max-width: 100%; max-width: 100%;
line-height: 1.5; }
font-size: 15px;
.contents,
.contents :global(*) {
line-height: 1.7;
font-size: 14.5px;
font-weight: 410;
font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace
}
:global(ul) {
padding-inline-start: 30px;
}
:global(li) {
padding-left: 3px;
} }
</style> </style>