cw background color

main
Bob Mottram 2020-05-28 14:34:52 +01:00
parent 2dc3a7302c
commit 4651202c74
2 changed files with 4 additions and 2 deletions

View File

@ -43,6 +43,7 @@
--gallery-font-size-mobile: 35px; --gallery-font-size-mobile: 35px;
--button-corner-radius: 15px; --button-corner-radius: 15px;
--timeline-border-radius: 30px; --timeline-border-radius: 30px;
--cw-background: #554;
} }
@font-face { @font-face {
@ -766,7 +767,7 @@ div.gallery img {
} }
.cwButton { .cwButton {
border-radius: var(--button-corner-radius); border-radius: var(--button-corner-radius);
background-color: #554; background-color: var(--cw-background);
border: none; border: none;
color: #FFFFFE; color: #FFFFFE;
text-align: center; text-align: center;
@ -1116,7 +1117,7 @@ div.gallery img {
} }
.cwButton { .cwButton {
border-radius: var(--button-corner-radius); border-radius: var(--button-corner-radius);
background-color: #554; background-color: var(--cw-background);
border: none; border: none;
color: #FFFFFE; color: #FFFFFE;
text-align: center; text-align: center;

View File

@ -171,6 +171,7 @@ def setThemeLCD(baseDir: str):
themeParams = { themeParams = {
"main-bg-color": "#9fb42b", "main-bg-color": "#9fb42b",
"link-bg-color": "#33390d", "link-bg-color": "#33390d",
"cw-background": "#13390d",
"main-bg-color-reply": "#9fb42b", "main-bg-color-reply": "#9fb42b",
"main-bg-color-report": "#12152d", "main-bg-color-report": "#12152d",
"main-header-color-roles": "#1f192d", "main-header-color-roles": "#1f192d",