mirror of https://gitlab.com/bashrc2/epicyon
Separate colors for diffs
parent
f412070f99
commit
fe00f833d9
|
@ -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 {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue