diff --git a/Website/index.html b/Website/index.html index ef99a3d..10bda53 100644 --- a/Website/index.html +++ b/Website/index.html @@ -102,7 +102,7 @@ cover - + Best Manga there is A Manga Glax @@ -116,7 +116,7 @@ Monitor ➕ Download Chapter 📥 - + diff --git a/Website/style_default.css b/Website/style_default.css index 8534325..0eb14c4 100644 --- a/Website/style_default.css +++ b/Website/style_default.css @@ -239,6 +239,17 @@ publication-name{ font-weight: bold; } +publication-details { + display: flex; + flex-direction: column; + justify-content: start; +} + +publication-details * { + z-index: 1; + color: var(--accent-color); +} + publication img { position: absolute; top: 0; diff --git a/Website/style_mangahover.css b/Website/style_mangahover.css index 9068d1a..e7ed527 100644 --- a/Website/style_mangahover.css +++ b/Website/style_mangahover.css @@ -251,6 +251,17 @@ publication-name{ font-weight: bold; } +publication-details { + display: flex; + flex-direction: column; + justify-content: start; +} + +publication-details * { + z-index: 1; + color: var(--accent-color); +} + publication img { position: absolute; top: 0;