Font size

merge-requests/8/head
Bob Mottram 2020-10-02 10:50:24 +01:00
parent 90657f792c
commit a8c4bc9b16
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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",