diff --git a/epicyon-profile.css b/epicyon-profile.css index b79ef571..1697186e 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -43,6 +43,7 @@ --gallery-font-size-mobile: 35px; --button-corner-radius: 15px; --timeline-border-radius: 30px; + --cw-background: #554; } @font-face { @@ -766,7 +767,7 @@ div.gallery img { } .cwButton { border-radius: var(--button-corner-radius); - background-color: #554; + background-color: var(--cw-background); border: none; color: #FFFFFE; text-align: center; @@ -1116,7 +1117,7 @@ div.gallery img { } .cwButton { border-radius: var(--button-corner-radius); - background-color: #554; + background-color: var(--cw-background); border: none; color: #FFFFFE; text-align: center; diff --git a/theme.py b/theme.py index 9a77503a..c069335f 100644 --- a/theme.py +++ b/theme.py @@ -171,6 +171,7 @@ def setThemeLCD(baseDir: str): themeParams = { "main-bg-color": "#9fb42b", "link-bg-color": "#33390d", + "cw-background": "#13390d", "main-bg-color-reply": "#9fb42b", "main-bg-color-report": "#12152d", "main-header-color-roles": "#1f192d",