Rebuild CSS

This commit is contained in:
Lucas Larroche 2021-07-24 11:38:23 +07:00
parent 3070d9eb92
commit 03e2885771
10 changed files with 20 additions and 20 deletions

View file

@ -163,12 +163,12 @@ h5 {
--border-width: 3px; --border-width: 3px;
} }
table thead th, thead th,
table thead td { thead td {
--border-width: 3px; --border-width: 3px;
} }
table :not(thead) td { :not(thead) > * > td {
--font-size: 0.875em; --font-size: 0.875em;
} }

File diff suppressed because one or more lines are too long

View file

@ -163,12 +163,12 @@ h5 {
--border-width: 3px; --border-width: 3px;
} }
table thead th, thead th,
table thead td { thead td {
--border-width: 3px; --border-width: 3px;
} }
table :not(thead) td { :not(thead) > * > td {
--font-size: 0.875em; --font-size: 0.875em;
} }

View file

@ -163,12 +163,12 @@ h5 {
--border-width: 3px; --border-width: 3px;
} }
table thead th, thead th,
table thead td { thead td {
--border-width: 3px; --border-width: 3px;
} }
table :not(thead) td { :not(thead) > * > td {
--font-size: 0.875em; --font-size: 0.875em;
} }

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -106,12 +106,12 @@ h5 {
--border-width: 3px; --border-width: 3px;
} }
table thead th, thead th,
table thead td { thead td {
--border-width: 3px; --border-width: 3px;
} }
table :not(thead) td { :not(thead) > * > td {
--font-size: 0.875em; --font-size: 0.875em;
} }

File diff suppressed because one or more lines are too long

View file

@ -159,12 +159,12 @@ h5 {
--border-width: 3px; --border-width: 3px;
} }
table thead th, thead th,
table thead td { thead td {
--border-width: 3px; --border-width: 3px;
} }
table :not(thead) td { :not(thead) > * > td {
--font-size: 0.875em; --font-size: 0.875em;
} }

File diff suppressed because one or more lines are too long