✨ Adds an App Info section, to help users raise bug for current version
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
--login-form-background: var(--background);
|
||||
--login-form-background-secondary: var(--background-darker);
|
||||
--about-page-color: var(--white);
|
||||
--about-page-background: #0b1021;
|
||||
--about-page-background: var(--background);
|
||||
--about-page-accent: var(--primary);
|
||||
--side-bar-background: var(--background-darker);
|
||||
--side-bar-background-lighter: var(--background);
|
||||
|
||||
@@ -87,6 +87,7 @@ html[data-theme='matrix'] {
|
||||
--curve-factor: 0px;
|
||||
--font-body: 'Cutive Mono', monospace;
|
||||
--font-headings: 'VT323', monospace;
|
||||
--about-page-background: var(--background);
|
||||
.prism-editor-wrapper.my-editor {
|
||||
border: 1px solid var(--primary);
|
||||
}
|
||||
@@ -179,6 +180,9 @@ html[data-theme='material-original'] {
|
||||
--status-check-tooltip-background: #f2f2f2;
|
||||
--status-check-tooltip-color: #01579b;
|
||||
--login-form-background: #fff;
|
||||
--about-page-accent: #000;
|
||||
--about-page-color: var(--background-darker);
|
||||
--about-page-background: var(--background);
|
||||
}
|
||||
|
||||
html[data-theme='material-dark-original'] {
|
||||
@@ -254,6 +258,7 @@ html[data-theme='colorful'] {
|
||||
html[data-theme='minimal-light'], html[data-theme='minimal-dark'], html[data-theme='vaporware'] {
|
||||
--font-body: 'PTMono-Regular', 'Courier New', monospace;
|
||||
--font-headings: 'PTMono-Regular', 'Courier New', monospace;
|
||||
|
||||
label.lbl-toggle h3 {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
@@ -289,6 +294,8 @@ html[data-theme='material'], html[data-theme='material-dark'] {
|
||||
--font-headings: 'Francois One', serif;
|
||||
--curve-factor: 4px;
|
||||
--curve-factor-navbar: 8px;
|
||||
--about-page-background: var(--background);
|
||||
--about-page-color: var(--primary);
|
||||
|
||||
.collapsable {
|
||||
margin: 0;
|
||||
@@ -541,6 +548,8 @@ html[data-theme='minimal-light'] {
|
||||
--status-check-tooltip-background: #f2f2f2;
|
||||
--status-check-tooltip-color: #000;
|
||||
--login-form-color: #101931;
|
||||
--about-page-background: var(--background);
|
||||
--about-page-color: var(--background-darker);
|
||||
|
||||
section.filter-container {
|
||||
background: #fff;
|
||||
@@ -572,6 +581,8 @@ html[data-theme='minimal-dark'] {
|
||||
--curve-factor-navbar: 8px;
|
||||
--item-group-heading-text-color: #fff;
|
||||
--item-group-heading-text-color-hover: #ffffffbf;
|
||||
--about-page-background: var(--background);
|
||||
--about-page-color: var(--primary);
|
||||
|
||||
label.lbl-toggle h3 {
|
||||
font-size: 1.8rem;
|
||||
|
||||
Reference in New Issue
Block a user