File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
38html .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 ,
1521html .tui code ,
22+ html .tui ul ,
23+ html .tui ul li ,
1624html .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+
2133html .tui .button {
2234 @apply rounded-none;
2335 box-shadow : 10px 10px 10px # 000 ;
2436}
2537
2638html .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 {
4961html .tui p ,
5062html .tui table {
5163 @apply text-zinc-100;
64+ font-family : 'Cutive Mono' , monospace;
5265}
5366
5467html .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+
106127html .tui .button .primary {
107128 @apply text-zinc-100 bg-cyan-700 hover:bg-zinc-100 hover:text-axo-black;
108129}
You can’t perform that action at this time.
0 commit comments