mirror of https://gitlab.com/bashrc2/epicyon
cw background color
parent
2dc3a7302c
commit
4651202c74
|
@ -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;
|
||||||
|
|
1
theme.py
1
theme.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue