[webconsole] update stylesheet

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-11-08 07:40:39 +03:00
parent 49883dc3ac
commit fdde197c58
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
2 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@
*
******************************************************************
*
* This is styles heet for webconsole, with @media selectors for adaptive
* This is style sheet for webconsole, with @media selectors for adaptive
* view on desktop and mobile devices, respecting preferred user's color
* scheme used in system/browser.
*
@ -22,7 +22,7 @@
@media (prefers-color-scheme: dark) {
:root {
--main-bg-color: #121212;
--main-bg-color: #181818;
--main-text-color: #156A3D;
--main-link-color: #894C84;
}
@ -63,7 +63,7 @@ a.button {
.wrapper {
margin: 0 auto;
padding: 1em;
max-width: 64em;
max-width: 60em;
}
.menu {
@ -92,7 +92,7 @@ a.button {
.content {
float: left;
font-size: 1em;
margin-left: 2em;
margin-left: 4em;
padding: 4px;
max-width: 50em;
overflow: auto;
@ -192,7 +192,7 @@ input[type=number]::-webkit-inner-spin-button {
@media screen and (max-width: 1150px) { /* adaptive style */
.wrapper {
max-width: 60em;
max-width: 56em;
}
.menu {
@ -201,7 +201,7 @@ input[type=number]::-webkit-inner-spin-button {
.content {
margin-left: 2em;
max-width: 46em;
max-width: 44em;
}
}