Skip to content

Commit 447bf10

Browse files
committed
misc
1 parent 3fe340e commit 447bf10

2 files changed

Lines changed: 19 additions & 44 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3535
doom*
3636
test/anything*
3737
test/
38+
anything.sh

src/output.css

Lines changed: 18 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -665,10 +665,6 @@ video {
665665
margin-top: 0.125rem;
666666
}
667667

668-
.mt-8 {
669-
margin-top: 2rem;
670-
}
671-
672668
.mt-4 {
673669
margin-top: 1rem;
674670
}
@@ -677,10 +673,6 @@ video {
677673
display: block;
678674
}
679675

680-
.inline-block {
681-
display: inline-block;
682-
}
683-
684676
.inline {
685677
display: inline;
686678
}
@@ -926,6 +918,10 @@ video {
926918
background-color: rgb(12 12 12 / var(--tw-bg-opacity, 1));
927919
}
928920

921+
.bg-amber-600\/80 {
922+
background-color: rgb(217 119 6 / 0.8);
923+
}
924+
929925
.bg-amber-950\/30 {
930926
background-color: rgb(69 26 3 / 0.3);
931927
}
@@ -971,10 +967,6 @@ video {
971967
background-color: rgb(9 9 11 / 0.5);
972968
}
973969

974-
.bg-amber-600\/80 {
975-
background-color: rgb(217 119 6 / 0.8);
976-
}
977-
978970
.bg-\[linear-gradient\(rgba\(18\2c 16\2c 16\2c 0\)_50\%\2c rgba\(0\2c 0\2c 0\2c 0\.25\)_50\%\)\2c linear-gradient\(90deg\2c rgba\(255\2c 0\2c 0\2c 0\.06\)\2c rgba\(0\2c 255\2c 0\2c 0\.02\)\2c rgba\(0\2c 0\2c 255\2c 0\.06\)\)\] {
979971
background-image: linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,0.25) 50%),linear-gradient(90deg,rgba(255,0,0,0.06),rgba(0,255,0,0.02),rgba(0,0,255,0.06));
980972
}
@@ -995,6 +987,11 @@ video {
995987
padding: 1rem;
996988
}
997989

990+
.px-1\.5 {
991+
padding-left: 0.375rem;
992+
padding-right: 0.375rem;
993+
}
994+
998995
.px-2 {
999996
padding-left: 0.5rem;
1000997
padding-right: 0.5rem;
@@ -1025,16 +1022,6 @@ video {
10251022
padding-bottom: 0.5rem;
10261023
}
10271024

1028-
.px-1 {
1029-
padding-left: 0.25rem;
1030-
padding-right: 0.25rem;
1031-
}
1032-
1033-
.px-1\.5 {
1034-
padding-left: 0.375rem;
1035-
padding-right: 0.375rem;
1036-
}
1037-
10381025
.pb-1 {
10391026
padding-bottom: 0.25rem;
10401027
}
@@ -1059,10 +1046,6 @@ video {
10591046
padding-top: 0.5rem;
10601047
}
10611048

1062-
.pt-8 {
1063-
padding-top: 2rem;
1064-
}
1065-
10661049
.pt-4 {
10671050
padding-top: 1rem;
10681051
}
@@ -1109,10 +1092,6 @@ video {
11091092
font-style: italic;
11101093
}
11111094

1112-
.not-italic {
1113-
font-style: normal;
1114-
}
1115-
11161095
.leading-\[0\.8\] {
11171096
line-height: 0.8;
11181097
}
@@ -1206,6 +1185,11 @@ video {
12061185
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
12071186
}
12081187

1188+
.text-zinc-200 {
1189+
--tw-text-opacity: 1;
1190+
color: rgb(228 228 231 / var(--tw-text-opacity, 1));
1191+
}
1192+
12091193
.text-zinc-300 {
12101194
--tw-text-opacity: 1;
12111195
color: rgb(212 212 216 / var(--tw-text-opacity, 1));
@@ -1231,16 +1215,6 @@ video {
12311215
color: rgb(63 63 70 / var(--tw-text-opacity, 1));
12321216
}
12331217

1234-
.text-zinc-800 {
1235-
--tw-text-opacity: 1;
1236-
color: rgb(39 39 42 / var(--tw-text-opacity, 1));
1237-
}
1238-
1239-
.text-zinc-200 {
1240-
--tw-text-opacity: 1;
1241-
color: rgb(228 228 231 / var(--tw-text-opacity, 1));
1242-
}
1243-
12441218
.underline {
12451219
text-decoration-line: underline;
12461220
}
@@ -1351,14 +1325,14 @@ video {
13511325
color: rgb(251 191 36 / var(--tw-text-opacity, 1));
13521326
}
13531327

1354-
.hover\:text-zinc-300:hover {
1328+
.hover\:text-emerald-400:hover {
13551329
--tw-text-opacity: 1;
1356-
color: rgb(212 212 216 / var(--tw-text-opacity, 1));
1330+
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
13571331
}
13581332

1359-
.hover\:text-emerald-400:hover {
1333+
.hover\:text-zinc-300:hover {
13601334
--tw-text-opacity: 1;
1361-
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
1335+
color: rgb(212 212 216 / var(--tw-text-opacity, 1));
13621336
}
13631337

13641338
.active\:translate-y-0\.5:active {

0 commit comments

Comments
 (0)