Skip to content

Commit 0e131ab

Browse files
committed
Fix CSS for documentation
1 parent a09e0fb commit 0e131ab

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ vendor
22
build
33
.idea
44
docs/_site
5+
docs/.jekyll-cache
6+
docs/.jekyll-metadata
57
.phpunit.cache
68
composer.lock
79
.php-cs-fixer.cache

docs/_data/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"docs.css": "/styles.0006.css",
2+
"docs.css": "/styles.0007.css",
33
"docs.js": "/scripts.0002.js"
44
}

docs/input.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,15 +465,15 @@ dl dt {
465465
}
466466

467467
.content code.language-plaintext {
468-
@apply text-orange-600
468+
@apply text-csv-dark
469469
}
470470

471471
.content table {
472472
@apply border-collapse border border-slate-400 w-full
473473
}
474474

475475
.content thead {
476-
@apply bg-gray-800 text-white bg-period-base
476+
@apply bg-gray-800 text-white bg-csv-base
477477
}
478478

479479
.content th,
@@ -482,7 +482,7 @@ dl dt {
482482
}
483483

484484
.content tr:nth-child(even) {
485-
@apply bg-period-light
485+
@apply bg-csv-light
486486
}
487487

488488
.header-permalink {
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,10 @@ video {
735735
width: 16rem;
736736
}
737737

738+
.w-\[165px\] {
739+
width: 165px;
740+
}
741+
738742
.w-\[240px\] {
739743
width: 240px;
740744
}
@@ -743,10 +747,6 @@ video {
743747
width: 86px;
744748
}
745749

746-
.w-\[96px\] {
747-
width: 96px;
748-
}
749-
750750
.w-full {
751751
width: 100%;
752752
}
@@ -1704,7 +1704,7 @@ dl dt {
17041704

17051705
.content code.language-plaintext {
17061706
--tw-text-opacity: 1;
1707-
color: rgb(234 88 12 / var(--tw-text-opacity, 1));
1707+
color: rgb(39 135 69 / var(--tw-text-opacity, 1));
17081708
}
17091709

17101710
.content table {
@@ -1718,7 +1718,7 @@ dl dt {
17181718
.content thead {
17191719
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
17201720
--tw-bg-opacity: 1;
1721-
background-color: rgb(255 198 29 / var(--tw-bg-opacity, 1));
1721+
background-color: rgb(56 193 99 / var(--tw-bg-opacity, 1));
17221722
--tw-text-opacity: 1;
17231723
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
17241724
}
@@ -1733,7 +1733,7 @@ dl dt {
17331733

17341734
.content tr:nth-child(even) {
17351735
--tw-bg-opacity: 1;
1736-
background-color: rgb(255 221 119 / var(--tw-bg-opacity, 1));
1736+
background-color: rgb(116 212 146 / var(--tw-bg-opacity, 1));
17371737
}
17381738

17391739
.header-permalink {
@@ -1895,6 +1895,10 @@ img {
18951895
height: 82px;
18961896
}
18971897

1898+
.sm\:w-\[120px\] {
1899+
width: 120px;
1900+
}
1901+
18981902
.sm\:w-\[250px\] {
18991903
width: 250px;
19001904
}

0 commit comments

Comments
 (0)