mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: desktop work
This commit is contained in:
parent
dc6e54503c
commit
4cebd69bf0
1 changed files with 17 additions and 4 deletions
|
|
@ -17,8 +17,21 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* p { */
|
||||
/* margin-top: 8px; */
|
||||
/* margin-bottom: 8px; */
|
||||
/* } */
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 8px;
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue