Skip to content

Commit c96fcb7

Browse files
feat(themes): tweaks to tui css
1 parent 2ef3b66 commit c96fcb7

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

oranda-css/css/themes/tui.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
@import url('https://unpkg.com/fixedsys-css/css/fixedsys.css');
2+
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');
3+
4+
html.tui main {
5+
max-width: 82%;
6+
}
27

38
html.tui ::selection {
49
@apply text-axo-black;
@@ -12,19 +17,26 @@ html.tui body {
1217
font-family: "fixedsys", monospace;
1318
}
1419

20+
html.tui strong,
1521
html.tui code,
22+
html.tui ul,
23+
html.tui ul li,
1624
html.tui pre {
1725
@apply text-zinc-300;
1826
font-family: "fixedsys", monospace;
1927
}
2028

29+
html.tui ul li {
30+
list-style-type: square;
31+
}
32+
2133
html.tui .button {
2234
@apply rounded-none;
2335
box-shadow: 10px 10px 10px #000;
2436
}
2537

2638
html.tui blockquote {
27-
@apply bg-zinc-100 p-2 border-double border-axo-black border-8;
39+
@apply bg-zinc-100 p-2 border-double border-axo-black border-8 mb-4;
2840
box-shadow: 0 0 0 8px #f4f4f5;
2941
}
3042

@@ -49,6 +61,7 @@ html.tui footer {
4961
html.tui p,
5062
html.tui table {
5163
@apply text-zinc-100;
64+
font-family: 'Cutive Mono', monospace;
5265
}
5366

5467
html.tui p {
@@ -103,6 +116,14 @@ html.tui .nav ul {
103116
@apply justify-start;
104117
}
105118

119+
html.tui .nav ul li {
120+
list-style-type: none;
121+
}
122+
123+
html.tui li.list-none {
124+
list-style-type: none;
125+
}
126+
106127
html.tui .button.primary {
107128
@apply text-zinc-100 bg-cyan-700 hover:bg-zinc-100 hover:text-axo-black;
108129
}

0 commit comments

Comments
 (0)