mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/changelog: make main body text easier to read
This commit is contained in:
parent
6e374fde62
commit
6a7311874e
1 changed files with 16 additions and 2 deletions
|
@ -86,7 +86,21 @@
|
|||
|
||||
.contents {
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue