diff --git a/epicyon-profile.css b/epicyon-profile.css index e323fe4b7..250850a0c 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -32,6 +32,7 @@ --main-bg-color-dm: #222; --main-bg-color-report: #221c27; --main-header-color-roles: #282237; + --pageslist-color: #dddddd; --main-fg-color: #dddddd; --cw-color: #dddddd; --cw-style: normal; @@ -1865,6 +1866,7 @@ h3 { } .pageslist { font-size: var(--font-size-pageslist); + color: var(--pageslist-color); } .pageslist mark { } @@ -2662,6 +2664,7 @@ h3 { } .pageslist { font-size: var(--font-size-pageslist); + color: var(--pageslist-color); } .pageslist mark { } @@ -3456,6 +3459,7 @@ h3 { } .pageslist { font-size: var(--font-size-pageslist); + color: var(--pageslist-color); } .pageslist mark { } diff --git a/theme/blue/theme.json b/theme/blue/theme.json index 5e2321f48..67ae7c2c0 100644 --- a/theme/blue/theme.json +++ b/theme/blue/theme.json @@ -22,6 +22,7 @@ "font-size5": "29px", "gallery-font-size": "35px", "gallery-font-size-mobile": "55px", + "pageslist-color": "#dddddd", "main-bg-color": "#002365", "login-bg-color": "#002365", "welcome-bg-color": "#002365", diff --git a/theme/debian/theme.json b/theme/debian/theme.json index a7d6f26cd..3bb1401b5 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -66,6 +66,7 @@ "main-bg-color-report": "#e3dbf0", "main-header-color-roles": "#ebebf0", "cw-color": "#2d2c37", + "pageslist-color": "#111", "main-fg-color": "#2d2c37", "login-fg-color": "white", "welcome-fg-color": "white", diff --git a/theme/default/theme.json b/theme/default/theme.json index 8ff546934..72bab3d1e 100644 --- a/theme/default/theme.json +++ b/theme/default/theme.json @@ -217,6 +217,7 @@ "main-bg-color-dm": "#222", "main-bg-color-report": "#221c27", "main-header-color-roles": "#282237", + "pageslist-color": "#dddddd", "main-fg-color": "#dddddd", "day-number": "#dddddd", "day-number2": "#bbbbbb", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 9ffdfbc0d..d96854892 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -58,6 +58,7 @@ "main-bg-color-report": "#050202", "main-header-color-roles": "#1f192d", "cw-color": "#9ad791", + "pageslist-color": "#dddddd", "main-fg-color": "#9ad791", "login-fg-color": "#9ad791", "welcome-fg-color": "#9ad791", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index ae3172f8b..459989a12 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -47,6 +47,7 @@ "main-visited-color": "#e1c4bc", "options-main-visited-color": "#e1c4bc", "cw-color": "white", + "pageslist-color": "white", "main-fg-color": "white", "options-fg-color": "white", "column-left-fg-color": "white", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 6aea5925e..3301bebbe 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -56,6 +56,7 @@ "main-visited-color": "#ffb900", "options-main-visited-color": "#ffb900", "cw-color": "white", + "pageslist-color": "white", "main-fg-color": "white", "login-fg-color": "white", "welcome-fg-color": "white", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index 1d200de40..2ce57516b 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -115,6 +115,7 @@ "main-bg-color-report": "white", "main-header-color-roles": "#ebebf0", "cw-color": "black", + "pageslist-color": "black", "main-fg-color": "black", "login-fg-color": "black", "welcome-fg-color": "black", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index 1f98d27cd..d27f90a2f 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -31,6 +31,7 @@ "main-bg-color-dm": "#5fb42b", "main-header-color-roles": "#9fb42b", "cw-color": "#33390d", + "pageslist-color": "#111", "main-fg-color": "#33390d", "login-fg-color": "#33390d", "welcome-fg-color": "#33390d", diff --git a/theme/light/theme.json b/theme/light/theme.json index 79eed114f..3e4b80b6a 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -52,6 +52,7 @@ "main-bg-color-report": "#dbe2ea", "main-header-color-roles": "#ebebf0", "cw-color": "#777", + "pageslist-color": "#111", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", "welcome-fg-color": "#2d2c37", diff --git a/theme/night/theme.json b/theme/night/theme.json index afa7ea7f3..6deddd9bd 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -46,6 +46,7 @@ "options-main-link-color": "#6481f5", "options-main-link-color-hover": "#d09338", "cw-color": "#0481f5", + "pageslist-color": "#bbbbbb", "main-fg-color": "#0481f5", "login-fg-color": "#0481f5", "welcome-fg-color": "#0481f5", diff --git a/theme/pixel/theme.json b/theme/pixel/theme.json index ef19052a9..bbab2e108 100644 --- a/theme/pixel/theme.json +++ b/theme/pixel/theme.json @@ -73,6 +73,7 @@ "column-left-header-background": "#5152a3", "column-left-header-color": "white", "column-left-fg-color": "black", + "pageslist-color": "black", "main-fg-color": "black", "dropdown-fg-color": "black", "dropdown-fg-color-hover": "#222", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index 22f911a0f..aae684d65 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -42,6 +42,7 @@ "main-bg-color-report": "#12152d", "main-header-color-roles": "#1f192d", "cw-color": "#f98bb0", + "pageslist-color": "#dddddd", "main-fg-color": "#f98bb0", "login-fg-color": "#f98bb0", "welcome-fg-color": "#f98bb0", diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 77570b6bc..527cbdad5 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -68,6 +68,7 @@ "options-main-link-color": "#05b9ec", "options-main-link-color-hover": "#46eed5", "cw-color": "white", + "pageslist-color": "white", "main-fg-color": "white", "login-fg-color": "white", "welcome-fg-color": "white", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index 0c82e6b98..6eb77f8dd 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -57,6 +57,7 @@ "main-bg-color-report": "#eeeeee", "main-header-color-roles": "#ebebf0", "cw-color": "#2d2c37", + "pageslist-color": "#111", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", "welcome-fg-color": "#2d2c37", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index ba2b2c22f..a40cf6957 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -45,6 +45,7 @@ "main-visited-color": "#e1c4bc", "options-main-visited-color": "#e1c4bc", "cw-color": "#ffc4bc", + "pageslist-color": "#dddddd", "main-fg-color": "#ffc4bc", "login-fg-color": "#ffc4bc", "welcome-fg-color": "#ffc4bc", diff --git a/theme/zen/theme.json b/theme/zen/theme.json index 3253e870d..e2c961fe7 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -32,6 +32,7 @@ "avatar-rounding": "50%", "dropdown-bg-color-hover": "#463b35", "cw-color": "#d5c7b7", + "pageslist-color": "#dddddd", "main-fg-color": "#d5c7b7", "column-left-fg-color": "#d5c7b7", "button-text": "#d5c7b7",