Skip to content

Commit

Permalink
Quick pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunomiac committed Sep 24, 2023
1 parent 4a4482e commit c51b418
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10160,20 +10160,20 @@ template {
:root body.vtt.game.system-eunos-blades .app.window-app table tr,
:root body.vtt.game.system-eunos-blades .app.window-app table tr th,
:root body.vtt.game.system-eunos-blades .app.window-app table tr td,
:root body.vtt.game.system-eunos-blades .app.window-app table tbody,
:root body.vtt.game.system-eunos-blades .app.window-app table tbody tr,
:root body.vtt.game.system-eunos-blades .app.window-app table tbody td,
:root body.vtt.game.system-eunos-blades .app.window-app table thead,
:root body.vtt.game.system-eunos-blades .app.window-app table thead tr,
:root body.vtt.game.system-eunos-blades .app.window-app table thead tr th,
:root body.vtt.game.system-eunos-blades .app.window-app table thead tr td,
:root body.vtt.game.system-eunos-blades .app.window-app table tbody,
:root body.vtt.game.system-eunos-blades .app.window-app table tbody tr,
:root body.vtt.game.system-eunos-blades .app.window-app table tbody td {
:root body.vtt.game.system-eunos-blades .app.window-app table thead tr td {
margin: 0;
padding: 0;
background: none;
border: none; }
:root body.vtt.game.system-eunos-blades .app.window-app table {
border-collapse: collapse; }
:root body.vtt.game.system-eunos-blades .app.window-app table thead th {
:root body.vtt.game.system-eunos-blades .app.window-app table thead tr th {
background-color: var(--blades-white);
text-shadow: none;
color: var(--blades-black);
Expand Down Expand Up @@ -12137,20 +12137,20 @@ template {
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tr,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tr th,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tr td,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tbody,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tbody tr,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tbody td,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead tr,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead tr th,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead tr td,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tbody,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tbody tr,
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table tbody td {
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead tr td {
margin: 0;
padding: 0;
background: none;
border: none; }
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table {
border-collapse: collapse; }
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead th {
:root body.vtt.game.system-eunos-blades .app.window-app.sheet .window-content form table thead tr th {
background-color: var(--blades-white);
text-shadow: none;
color: var(--blades-black);
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions css/tinymce/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -2647,30 +2647,30 @@ html, :root {
html table tr,
html table tr th,
html table tr td,
html table tbody,
html table tbody tr,
html table tbody td,
html table thead,
html table thead tr,
html table thead tr th,
html table thead tr td,
html table tbody,
html table tbody tr,
html table tbody td, :root table,
html table thead tr td, :root table,
:root table tr,
:root table tr th,
:root table tr td,
:root table tbody,
:root table tbody tr,
:root table tbody td,
:root table thead,
:root table thead tr,
:root table thead tr th,
:root table thead tr td,
:root table tbody,
:root table tbody tr,
:root table tbody td {
:root table thead tr td {
margin: 0;
padding: 0;
background: none;
border: none; }
html table, :root table {
border-collapse: collapse; }
html table thead th, :root table thead th {
html table thead tr th, :root table thead tr th {
background-color: var(--blades-white);
text-shadow: none;
color: var(--blades-black);
Expand Down
2 changes: 1 addition & 1 deletion css/tinymce/content.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions scss/core/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
table tr,
table tr th,
table tr td,
table tbody,
table tbody tr,
table tbody td,
table thead,
table thead tr,
table thead tr th,
table thead tr td,
table tbody,
table tbody tr,
table tbody td {
table thead tr td {
margin: 0;
padding: 0;
background: none;
Expand All @@ -27,7 +27,7 @@
border-collapse: collapse;

thead {
th {
tr th {
background-color: var(--blades-white);
text-shadow: none;
color: var(--blades-black);
Expand Down

0 comments on commit c51b418

Please sign in to comment.