Separate colors for diffs

merge-requests/30/head
Bob Mottram 2022-04-11 17:27:21 +01:00
parent f412070f99
commit fe00f833d9
6 changed files with 15 additions and 3 deletions

View File

@ -209,6 +209,8 @@
--vcard-icon-size: 32px; --vcard-icon-size: 32px;
--vcard-icon-size-mobile: 80px; --vcard-icon-size-mobile: 80px;
--vcard-icon-size-tiny: 80px; --vcard-icon-size-tiny: 80px;
--diff-add: #FFFFFF;
--diff-remove: #aaa;
} }
@font-face { @font-face {
@ -263,11 +265,11 @@ mark {
} }
.diff_add { .diff_add {
color: var(--time-color); color: var(--diff-add);
} }
.diff_remove { .diff_remove {
color: var(--title-color); color: var(--diff-remove);
} }
.accesskeys { .accesskeys {

View File

@ -1,4 +1,6 @@
{ {
"diff-add": "#111",
"diff-remove": "#333",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black-translucent", "pwa-theme-background-color": "black-translucent",
"dropdown-fg-color": "#222", "dropdown-fg-color": "#222",

View File

@ -254,5 +254,7 @@
"banner-height": "15vh", "banner-height": "15vh",
"post-separator-margin-top": "0", "post-separator-margin-top": "0",
"post-separator-margin-bottom": "0", "post-separator-margin-bottom": "0",
"header-font": "Arial, Helvetica, sans-serif" "header-font": "Arial, Helvetica, sans-serif",
"diff-add": "#FFFFFF",
"diff-remove": "#aaa"
} }

View File

@ -1,4 +1,6 @@
{ {
"diff-add": "#111",
"diff-remove": "#333",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black-translucent", "pwa-theme-background-color": "black-translucent",
"dropdown-fg-color": "black", "dropdown-fg-color": "black",

View File

@ -1,4 +1,6 @@
{ {
"diff-add": "#111",
"diff-remove": "#333",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black-translucent", "pwa-theme-background-color": "black-translucent",
"dropdown-fg-color": "#2d2c37", "dropdown-fg-color": "#2d2c37",

View File

@ -1,4 +1,6 @@
{ {
"diff-add": "#111",
"diff-remove": "#333",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black-translucent", "pwa-theme-background-color": "black-translucent",
"dropdown-fg-color": "black", "dropdown-fg-color": "black",