Skip to content

Commit 5e39122

Browse files
committed
restored common style
1 parent 6a9ce15 commit 5e39122

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

styles.css

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -264,41 +264,10 @@ code[class*="language-"] {
264264
pointer-events: none;
265265
z-index: 2;
266266
}
267-
.terminal-window::before {
268-
top: 0;
269-
left: 0;
270-
width: 110px;
271-
height: 110px;
272-
border-top-left-radius: 40px;
273-
background: radial-gradient(
274-
ellipse 80px 60px at 30px 30px,
275-
rgba(255, 255, 255, 0.18) 0%,
276-
rgba(255, 255, 255, 0.09) 55%,
277-
transparent 100%
278-
);
279-
opacity: 0.55;
280-
filter: blur(12px);
281-
}
282-
283-
.terminal-window::after {
284-
bottom: 0;
285-
right: 0;
286-
width: 120px;
287-
height: 120px;
288-
border-bottom-right-radius: 40px;
289-
background: radial-gradient(
290-
ellipse 90px 70px at 90px 90px,
291-
rgba(255, 255, 255, 0.13) 0%,
292-
rgba(255, 255, 255, 0.06) 60%,
293-
transparent 100%
294-
);
295-
opacity: 0.45;
296-
filter: blur(14px);
297-
}
298267

299268
.terminal-header {
300269
background: #221e18;
301-
padding: 0.7em 1.3em;
270+
padding: 1em 1.3em;
302271
display: flex;
303272
align-items: center;
304273
gap: 0.5em;
@@ -308,8 +277,8 @@ code[class*="language-"] {
308277
}
309278

310279
.terminal-header .dot {
311-
width: 12px;
312-
height: 12px;
280+
width: 15px;
281+
height: 15px;
313282
border-radius: 50%;
314283
display: inline-block;
315284
}

0 commit comments

Comments
 (0)