Skip to content

Commit 3735bd6

Browse files
Post-rebase fixes
1 parent d544e19 commit 3735bd6

File tree

8 files changed

+578
-666
lines changed

8 files changed

+578
-666
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
@import url("./rsh-dark.css") layer(syntax-highlighter);
2-
@import "tailwindcss";
1+
@import url('./rsh-dark.css') layer(syntax-highlighter);
2+
@import 'tailwindcss';
33
@plugin "@tailwindcss/typography";
44
@plugin "daisyui" {
5-
themes: dim;
5+
themes: dim;
66
}
77

88
:root {
9-
--primary: blue;
9+
--primary: blue;
1010
}
1111

1212
.overflow-y-auto {
13-
scrollbar-gutter: stable;
13+
scrollbar-gutter: stable;
1414
}
1515

1616
.ai-thinking {
17-
background: linear-gradient(90deg, #00ffe0, #0072ff, #00ffe0);
18-
background-size: 200% auto;
19-
color: transparent;
20-
background-clip: text;
21-
-webkit-background-clip: text;
22-
animation: shimmer 2s linear infinite;
17+
background: linear-gradient(90deg, #00ffe0, #0072ff, #00ffe0);
18+
background-size: 200% auto;
19+
color: transparent;
20+
background-clip: text;
21+
-webkit-background-clip: text;
22+
animation: shimmer 2s linear infinite;
2323
}
2424

2525
@keyframes shimmer {
26-
to {
27-
background-position: 200% center;
28-
}
26+
to {
27+
background-position: 200% center;
28+
}
2929
}
Lines changed: 152 additions & 152 deletions
Original file line numberDiff line numberDiff line change
@@ -1,152 +1,152 @@
1-
code[class*="language-"] {
2-
color: white;
3-
hyphens: none;
4-
tab-size: 4;
5-
font-size: 1em;
6-
word-wrap: normal;
7-
background: none;
8-
text-align: left;
9-
word-break: normal;
10-
-ms-hyphens: none;
11-
-o-tab-size: 4;
12-
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
13-
line-height: 1.5;
14-
text-shadow: 0 -0.1em 0.2em black;
15-
white-space: pre;
16-
-moz-hyphens: none;
17-
word-spacing: normal;
18-
-moz-tab-size: 4;
19-
-webkit-hyphens: none;
20-
}
21-
pre[class*="language-"] {
22-
color: white;
23-
border: 0.3em solid hsl(30, 20%, 40%);
24-
margin: 0.5em 0;
25-
hyphens: none;
26-
padding: 1em;
27-
overflow: auto;
28-
tab-size: 4;
29-
font-size: 1em;
30-
word-wrap: normal;
31-
background: hsl(30, 20%, 25%);
32-
box-shadow: 1px 1px 0.5em black inset;
33-
text-align: left;
34-
word-break: normal;
35-
-ms-hyphens: none;
36-
-o-tab-size: 4;
37-
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
38-
line-height: 1.5;
39-
text-shadow: 0 -0.1em 0.2em black;
40-
white-space: pre;
41-
-moz-hyphens: none;
42-
word-spacing: normal;
43-
-moz-tab-size: 4;
44-
border-radius: 0.5em;
45-
-webkit-hyphens: none;
46-
}
47-
:not(pre) > code[class*="language-"] {
48-
border: 0.13em solid hsl(30, 20%, 40%);
49-
padding: 0.15em 0.2em 0.05em;
50-
background: hsl(30, 20%, 25%);
51-
box-shadow: 1px 1px 0.3em -0.1em black inset;
52-
white-space: normal;
53-
border-radius: 0.3em;
54-
}
55-
.comment {
56-
color: hsl(30, 20%, 50%);
57-
}
58-
.prolog {
59-
color: hsl(30, 20%, 50%);
60-
}
61-
.doctype {
62-
color: hsl(30, 20%, 50%);
63-
}
64-
.cdata {
65-
color: hsl(30, 20%, 50%);
66-
}
67-
.punctuation {
68-
-opacity: 0.7;
69-
}
70-
.namespace {
71-
-opacity: 0.7;
72-
}
73-
.property {
74-
color: hsl(350, 40%, 70%);
75-
}
76-
.tag {
77-
color: hsl(350, 40%, 70%);
78-
}
79-
.boolean {
80-
color: hsl(350, 40%, 70%);
81-
}
82-
.number {
83-
color: hsl(350, 40%, 70%);
84-
}
85-
.constant {
86-
color: hsl(350, 40%, 70%);
87-
}
88-
.symbol {
89-
color: hsl(350, 40%, 70%);
90-
}
91-
.selector {
92-
color: hsl(75, 70%, 60%);
93-
}
94-
.attr-name {
95-
color: hsl(75, 70%, 60%);
96-
}
97-
.string {
98-
color: hsl(75, 70%, 60%);
99-
}
100-
.char {
101-
color: hsl(75, 70%, 60%);
102-
}
103-
.builtin {
104-
color: hsl(75, 70%, 60%);
105-
}
106-
.inserted {
107-
color: hsl(75, 70%, 60%);
108-
}
109-
.operator {
110-
color: hsl(40, 90%, 60%);
111-
}
112-
.entity {
113-
color: hsl(40, 90%, 60%);
114-
cursor: help;
115-
}
116-
.url {
117-
color: hsl(40, 90%, 60%);
118-
}
119-
.language-css .token.string {
120-
color: hsl(40, 90%, 60%);
121-
}
122-
.style .token.string {
123-
color: hsl(40, 90%, 60%);
124-
}
125-
.variable {
126-
color: hsl(40, 90%, 60%);
127-
}
128-
.atrule {
129-
color: hsl(350, 40%, 70%);
130-
}
131-
.attr-value {
132-
color: hsl(350, 40%, 70%);
133-
}
134-
.keyword {
135-
color: hsl(350, 40%, 70%);
136-
}
137-
.regex {
138-
color: #e90;
139-
}
140-
.important {
141-
color: #e90;
142-
font-weight: bold;
143-
}
144-
.bold {
145-
font-weight: bold;
146-
}
147-
.italic {
148-
font-style: italic;
149-
}
150-
.deleted {
151-
color: red;
152-
}
1+
code[class*='language-'] {
2+
color: white;
3+
hyphens: none;
4+
tab-size: 4;
5+
font-size: 1em;
6+
word-wrap: normal;
7+
background: none;
8+
text-align: left;
9+
word-break: normal;
10+
-ms-hyphens: none;
11+
-o-tab-size: 4;
12+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
13+
line-height: 1.5;
14+
text-shadow: 0 -0.1em 0.2em black;
15+
white-space: pre;
16+
-moz-hyphens: none;
17+
word-spacing: normal;
18+
-moz-tab-size: 4;
19+
-webkit-hyphens: none;
20+
}
21+
pre[class*='language-'] {
22+
color: white;
23+
border: 0.3em solid hsl(30, 20%, 40%);
24+
margin: 0.5em 0;
25+
hyphens: none;
26+
padding: 1em;
27+
overflow: auto;
28+
tab-size: 4;
29+
font-size: 1em;
30+
word-wrap: normal;
31+
background: hsl(30, 20%, 25%);
32+
box-shadow: 1px 1px 0.5em black inset;
33+
text-align: left;
34+
word-break: normal;
35+
-ms-hyphens: none;
36+
-o-tab-size: 4;
37+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
38+
line-height: 1.5;
39+
text-shadow: 0 -0.1em 0.2em black;
40+
white-space: pre;
41+
-moz-hyphens: none;
42+
word-spacing: normal;
43+
-moz-tab-size: 4;
44+
border-radius: 0.5em;
45+
-webkit-hyphens: none;
46+
}
47+
:not(pre) > code[class*='language-'] {
48+
border: 0.13em solid hsl(30, 20%, 40%);
49+
padding: 0.15em 0.2em 0.05em;
50+
background: hsl(30, 20%, 25%);
51+
box-shadow: 1px 1px 0.3em -0.1em black inset;
52+
white-space: normal;
53+
border-radius: 0.3em;
54+
}
55+
.comment {
56+
color: hsl(30, 20%, 50%);
57+
}
58+
.prolog {
59+
color: hsl(30, 20%, 50%);
60+
}
61+
.doctype {
62+
color: hsl(30, 20%, 50%);
63+
}
64+
.cdata {
65+
color: hsl(30, 20%, 50%);
66+
}
67+
.punctuation {
68+
-opacity: 0.7;
69+
}
70+
.namespace {
71+
-opacity: 0.7;
72+
}
73+
.property {
74+
color: hsl(350, 40%, 70%);
75+
}
76+
.tag {
77+
color: hsl(350, 40%, 70%);
78+
}
79+
.boolean {
80+
color: hsl(350, 40%, 70%);
81+
}
82+
.number {
83+
color: hsl(350, 40%, 70%);
84+
}
85+
.constant {
86+
color: hsl(350, 40%, 70%);
87+
}
88+
.symbol {
89+
color: hsl(350, 40%, 70%);
90+
}
91+
.selector {
92+
color: hsl(75, 70%, 60%);
93+
}
94+
.attr-name {
95+
color: hsl(75, 70%, 60%);
96+
}
97+
.string {
98+
color: hsl(75, 70%, 60%);
99+
}
100+
.char {
101+
color: hsl(75, 70%, 60%);
102+
}
103+
.builtin {
104+
color: hsl(75, 70%, 60%);
105+
}
106+
.inserted {
107+
color: hsl(75, 70%, 60%);
108+
}
109+
.operator {
110+
color: hsl(40, 90%, 60%);
111+
}
112+
.entity {
113+
color: hsl(40, 90%, 60%);
114+
cursor: help;
115+
}
116+
.url {
117+
color: hsl(40, 90%, 60%);
118+
}
119+
.language-css .token.string {
120+
color: hsl(40, 90%, 60%);
121+
}
122+
.style .token.string {
123+
color: hsl(40, 90%, 60%);
124+
}
125+
.variable {
126+
color: hsl(40, 90%, 60%);
127+
}
128+
.atrule {
129+
color: hsl(350, 40%, 70%);
130+
}
131+
.attr-value {
132+
color: hsl(350, 40%, 70%);
133+
}
134+
.keyword {
135+
color: hsl(350, 40%, 70%);
136+
}
137+
.regex {
138+
color: #e90;
139+
}
140+
.important {
141+
color: #e90;
142+
font-weight: bold;
143+
}
144+
.bold {
145+
font-weight: bold;
146+
}
147+
.italic {
148+
font-style: italic;
149+
}
150+
.deleted {
151+
color: red;
152+
}

0 commit comments

Comments
 (0)