From 963236f961bc8cbdd44a2fd2b6ad8208d6b1034d Mon Sep 17 00:00:00 2001 From: Victor Losada Hernandez Date: Sun, 23 Apr 2023 15:11:29 +0200 Subject: [PATCH 1/5] tables within notes & drop caps --- themes/V3/5eDMG/style.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/V3/5eDMG/style.less b/themes/V3/5eDMG/style.less index 50a3af0a3..95040f571 100644 --- a/themes/V3/5eDMG/style.less +++ b/themes/V3/5eDMG/style.less @@ -8,6 +8,18 @@ background-image : url(/assets/DMG_background.png); background-size : cover; + /*TABLES WITHIN NOTES*/ + .page .note table tbody tr:nth-child(odd) { + background:#fff; + } + + /*DROP CAP CHANGES*/ + .page h1 + p::first-letter { + background-image: unset; + color:black; + } + + &:after { background-image : url(/assets/DMG_footerAccent.png); height: 58px; From 65f55dfc12139fcbeea1a5b2040e1bc2ce563211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 22 Jun 2023 23:29:01 +0200 Subject: [PATCH 2/5] duplicated .page --- themes/V3/5eDMG/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/V3/5eDMG/style.less b/themes/V3/5eDMG/style.less index 95040f571..a34f8cafc 100644 --- a/themes/V3/5eDMG/style.less +++ b/themes/V3/5eDMG/style.less @@ -9,12 +9,12 @@ background-size : cover; /*TABLES WITHIN NOTES*/ - .page .note table tbody tr:nth-child(odd) { + .note table tbody tr:nth-child(odd) { background:#fff; } /*DROP CAP CHANGES*/ - .page h1 + p::first-letter { + h1 + p::first-letter { background-image: unset; color:black; } From 5247f5c87b8a7a4e024ac90bc244608348d3b5ff Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 18 Sep 2023 16:26:38 -0400 Subject: [PATCH 3/5] Update style.less --- themes/V3/5eDMG/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/V3/5eDMG/style.less b/themes/V3/5eDMG/style.less index a34f8cafc..9051ac42b 100644 --- a/themes/V3/5eDMG/style.less +++ b/themes/V3/5eDMG/style.less @@ -13,7 +13,7 @@ background:#fff; } - /*DROP CAP CHANGES*/ + /*DROP CAP*/ h1 + p::first-letter { background-image: unset; color:black; From 6dd8ccff9046f576ef377bb78b845cf49a01a0a1 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 19 Sep 2023 14:10:28 -0400 Subject: [PATCH 4/5] Raise Node version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7001ceeb8..4f5f77251 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Create authentic looking D&D homebrews using only markdown", "version": "3.9.2", "engines": { - "node": ">=18.16.x" + "node": ">=20.7.x" }, "repository": { "type": "git", From ea8c93d39d21da522cf520f9bc4409d3b27e8429 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 19 Sep 2023 14:43:14 -0400 Subject: [PATCH 5/5] Move npm position --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f5f77251..5f7d81a2e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "Create authentic looking D&D homebrews using only markdown", "version": "3.9.2", "engines": { + "npm": "^10.1.x", "node": ">=20.7.x" }, "repository": { @@ -106,7 +107,6 @@ "mongoose": "^7.5.2", "nanoid": "3.3.4", "nconf": "^0.12.0", - "npm": "^10.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-frame-component": "^4.1.3",