Skip to content

Commit 3a6dfbb

Browse files
committed
1 parent 64de103 commit 3a6dfbb

File tree

1 file changed

+3
-32
lines changed

1 file changed

+3
-32
lines changed

terminal/css/terminal.css

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828

2929
*::selection {
3030
background: var(--primary-color);
31-
color: var(--invert-font-color)
32-
}
33-
34-
::selection {
35-
background: var(--primary-color);
36-
color: var(--invert-font-color)
31+
color: var(--invert-font-color);
3732
}
3833

3934
body {
@@ -44,7 +39,6 @@ body {
4439
font-family: var(--font-stack);
4540
word-wrap: break-word;
4641
background-color: var(--background-color);
47-
background-color: var(--background-color);
4842
}
4943

5044
h1,
@@ -145,7 +139,6 @@ h6 {
145139
position: relative;
146140
margin-bottom: var(--global-line-height);
147141
font-weight: 600;
148-
font-weight: 600;
149142
}
150143

151144
blockquote {
@@ -229,12 +222,10 @@ pre code {
229222
.terminal-prompt {
230223
position: relative;
231224
white-space: nowrap;
232-
white-space: nowrap;
233225
}
234226

235227
.terminal-prompt::before {
236228
content: "> ";
237-
content: "> ";
238229
}
239230

240231
.terminal-prompt::after {
@@ -248,17 +239,14 @@ pre code {
248239
width: 3px;
249240
bottom: -2px;
250241
position: relative;
251-
position: relative;
252242
}
253243

254244
@keyframes cursor {
255245
0% {
256246
opacity: 0;
257-
opacity: 0;
258247
}
259248
50% {
260249
opacity: 1;
261-
opacity: 1;
262250
}
263251
100% {
264252
opacity: 0;
@@ -268,11 +256,9 @@ pre code {
268256
@keyframes cursor {
269257
0% {
270258
opacity: 0;
271-
opacity: 0;
272259
}
273260
50% {
274261
opacity: 1;
275-
opacity: 1;
276262
}
277263
100% {
278264
opacity: 0;
@@ -284,12 +270,10 @@ li>ul>li {
284270
position: relative;
285271
display: block;
286272
padding-left: calc(var(--global-space) * 2);
287-
padding-left: calc(var(--global-space) * 2);
288273
}
289274

290275
nav>ul>li {
291276
padding-left: 0;
292-
padding-left: 0;
293277
}
294278

295279
li::after {
@@ -358,7 +342,6 @@ ul ul {
358342
flex-grow: 1;
359343
font-size: var(--global-font-size);
360344
margin-top: 0;
361-
margin-top: 0;
362345
}
363346

364347
.terminal-menu li {
@@ -424,7 +407,6 @@ hr {
424407
margin: calc(var(--global-space) * 4) 0;
425408
border: 0;
426409
border-bottom: 1px dashed var(--secondary-color);
427-
border-bottom: 1px dashed var(--secondary-color);
428410
}
429411

430412
p {
@@ -492,7 +474,6 @@ img {
492474
display: none;
493475
visibility: hidden;
494476
opacity: 0;
495-
opacity: 0;
496477
}
497478

498479
table {
@@ -591,8 +572,6 @@ input::placeholder,
591572
textarea::placeholder {
592573
color: var(--secondary-color) !important;
593574
opacity: 1;
594-
color: var(--secondary-color) !important;
595-
opacity: 1;
596575
}
597576

598577
textarea {
@@ -615,7 +594,6 @@ textarea:focus {
615594

616595
textarea:not(:placeholder-shown):invalid {
617596
border-color: var(--error-color);
618-
border-color: var(--error-color);
619597
}
620598

621599
input:-webkit-autofill,
@@ -634,7 +612,6 @@ select:-webkit-autofill:focus {
634612
.form-group {
635613
margin-bottom: var(--global-line-height);
636614
overflow: auto;
637-
overflow: auto;
638615
}
639616

640617
.btn {
@@ -653,7 +630,6 @@ select:-webkit-autofill:focus {
653630
user-select: none;
654631
position: relative;
655632
z-index: 1;
656-
z-index: 1;
657633
}
658634

659635
.btn:active {
@@ -671,18 +647,15 @@ select:-webkit-autofill:focus {
671647
border-color: var(--tertiary-color);
672648
color: var(--tertiary-color);
673649
z-index: 2;
674-
z-index: 2;
675650
}
676651

677652
.btn.btn-ghost:hover {
678653
background-color: transparent;
679-
background-color: transparent;
680654
}
681655

682656
.btn-block {
683657
width: 100%;
684658
display: flex;
685-
display: flex;
686659
}
687660

688661
.btn-default {
@@ -871,11 +844,11 @@ select:-webkit-autofill:focus {
871844
}
872845

873846
.terminal-media:not(:last-child) {
874-
margin-bottom: 1.25rem
847+
margin-bottom: 1.25rem;
875848
}
876849

877850
.terminal-media-left {
878-
padding-right: var(--global-space)
851+
padding-right: var(--global-space);
879852
}
880853

881854
.terminal-media-left,
@@ -975,7 +948,6 @@ figure>figcaption {
975948

976949
.hljs-string {
977950
color: var(--secondary-color);
978-
color: var(--secondary-color);
979951
}
980952

981953
.hljs-deletion,
@@ -991,7 +963,6 @@ figure>figcaption {
991963

992964
.hljs-attr {
993965
color: var(--primary-color);
994-
color: var(--primary-color);
995966
}
996967

997968
.hljs-symbol,

0 commit comments

Comments
 (0)