forked from indymedia/epicyon
Font size
parent
90657f792c
commit
a8c4bc9b16
|
@ -69,7 +69,7 @@
|
||||||
--column-right-width: 9vw;
|
--column-right-width: 9vw;
|
||||||
--column-left-header-background: #555;
|
--column-left-header-background: #555;
|
||||||
--column-left-header-color: #fff;
|
--column-left-header-color: #fff;
|
||||||
--column-left-header-size: 10px;
|
--column-left-header-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
2
theme.py
2
theme.py
|
@ -266,7 +266,7 @@ def setThemeIndymedia(baseDir: str):
|
||||||
"main-bg-color": "black",
|
"main-bg-color": "black",
|
||||||
"column-left-header-color": "#fff",
|
"column-left-header-color": "#fff",
|
||||||
"column-left-header-background": "#555",
|
"column-left-header-background": "#555",
|
||||||
"column-left-header-size": "10px",
|
"column-left-header-size": "20px",
|
||||||
"column-left-color": "#003366",
|
"column-left-color": "#003366",
|
||||||
"text-entry-background": "#0f0d10",
|
"text-entry-background": "#0f0d10",
|
||||||
"link-bg-color": "black",
|
"link-bg-color": "black",
|
||||||
|
|
Loading…
Reference in New Issue