summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/index.css
blob: 4edbe244000da6a4533cbda2d0385a389412e932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@import "@opencode-ai/ui/styles/tailwind";

:root {
  a {
    cursor: default;
  }
}

[data-component="markdown"] ul {
  list-style: disc outside;
  padding-left: 1.5rem;
}

[data-component="markdown"] ol {
  list-style: decimal outside;
  padding-left: 1.5rem;
}

[data-component="markdown"] li > p:first-child {
  display: inline;
  margin: 0;
}

[data-component="markdown"] li > p + p {
  display: block;
  margin-top: 0.5rem;
}

*[data-tauri-drag-region] {
  app-region: drag;
}