diff --git a/css/dark_theme.css b/css/dark_theme.css index da76707..6c353f1 100644 --- a/css/dark_theme.css +++ b/css/dark_theme.css @@ -15,7 +15,7 @@ body, h1, h2, h2 span { - color: var(--main-text-color); + color: var(--main-text-color) !important; } .item #status, .sub-tabs > li > a, diff --git a/custom.css b/custom.css index 6d3ccd3..3fb3f1d 100644 --- a/custom.css +++ b/custom.css @@ -1734,4 +1734,6 @@ padding-bottom:1px; flex-wrap: wrap; font-size: 0.9em; } + .container-fluid { + padding: 0 3em !important; } diff --git a/images/air.png b/images/air.png new file mode 100644 index 0000000..ac8c443 Binary files /dev/null and b/images/air.png differ diff --git a/images/air48.png b/images/air48.png new file mode 100644 index 0000000..abab440 Binary files /dev/null and b/images/air48.png differ diff --git a/theme.json b/theme.json index 823d17a..cfd00f6 100644 --- a/theme.json +++ b/theme.json @@ -3,7 +3,7 @@ "name": "Machinon", "description": "Machinon custom theme, simple and light", "license": "GPL-2.0+", - "version":"1.3.0", + "version":"1.3.2", "author": "Logic Energy", "homepage": "https://www.logicenergy.com", "wiki": "",