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