diff --git a/web/css/about.css b/web/css/about.css index 906f4167..46cf382a 100644 --- a/web/css/about.css +++ b/web/css/about.css @@ -2,13 +2,21 @@ div#about { -webkit-user-select: text; -moz-user-select: text; user-select: text; + padding: 5px 5px 5px 5px; } -div#about td.version { - font-weight: bold; +div#about td.logo { + padding-right: 25px; } -div#about p { +div#about td.title { + font-size: 1.2em; +} + +div#about td.copyright { + font-size: 0.8em; +} + +div#about tr.version { font-family: monospace; - padding: 0 10px 0 10px; } diff --git a/web/css/main.css b/web/css/main.css index 3979363b..f35d3ff4 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -99,10 +99,13 @@ select:active { border-left: var(--border-dark-thin); } -img#logo { +img.svg-gray { -webkit-filter: invert(0.7); filter: invert(0.7); vertical-align: middle; +} + +img#logo { padding-left: 16px; } diff --git a/web/index.html b/web/index.html index 4ecf7928..e3238b81 100644 --- a/web/index.html +++ b/web/index.html @@ -46,11 +46,11 @@ Please use one of the following browsers:
| Kvmd: | -- | |||||||||
| Streamer: | -+ |
+ |
+
+
|
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see https://www.gnu.org/licenses.
-