mirror of https://gitlab.com/bashrc2/epicyon
Crisp rendering on pixel theme
parent
6ceb4253f8
commit
fd276e1d24
|
@ -48,6 +48,7 @@
|
||||||
--line-spacing: 130%;
|
--line-spacing: 130%;
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -76,6 +77,7 @@ body, html {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
--calendar-header-font: 'Montserrat';
|
--calendar-header-font: 'Montserrat';
|
||||||
--calendar-header-font-style: italic;
|
--calendar-header-font-style: italic;
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -46,6 +47,7 @@ body {
|
||||||
color: var(--day-number2);
|
color: var(--day-number2);
|
||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
--follow-text-entry-width: 90%;
|
--follow-text-entry-width: 90%;
|
||||||
--focus-color: white;
|
--focus-color: white;
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -58,6 +59,7 @@ body, html {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
margin: 5% auto;
|
margin: 5% auto;
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
--banner-height: 15vh;
|
--banner-height: 15vh;
|
||||||
--banner-height-mobile: 10vh;
|
--banner-height-mobile: 10vh;
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -93,6 +94,7 @@ body, html {
|
||||||
min-width: 950px;
|
min-width: 950px;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
--line-spacing: 130%;
|
--line-spacing: 130%;
|
||||||
--login-logo-width: 20%;
|
--login-logo-width: 20%;
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -57,6 +58,7 @@ body, html {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-size: var(--login-font-size);
|
font-size: var(--login-font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
--focus-color: white;
|
--focus-color: white;
|
||||||
--petname-width-chars: 16ch;
|
--petname-width-chars: 16ch;
|
||||||
--options-main-link-color-hover: #bbb;
|
--options-main-link-color-hover: #bbb;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -66,6 +67,7 @@ body, html {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
|
|
|
@ -154,6 +154,7 @@
|
||||||
--italic-font-style: italic;
|
--italic-font-style: italic;
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
--button-bottom-margin: 10px;
|
--button-bottom-margin: 10px;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -180,6 +181,7 @@ body, html {
|
||||||
min-width: 950px;
|
min-width: 950px;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cw {
|
.cw {
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
--search-banner-height-mobile: 20vh;
|
--search-banner-height-mobile: 20vh;
|
||||||
--title-color: #999;
|
--title-color: #999;
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -64,6 +65,7 @@ body, html {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
--button-selected: #666;
|
--button-selected: #666;
|
||||||
--focus-color: white;
|
--focus-color: white;
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
|
--rendering: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -48,6 +49,7 @@ body, html {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"rendering": "crisp-edges",
|
||||||
"button-background": "#69282c",
|
"button-background": "#69282c",
|
||||||
"button-small-background": "darkblue",
|
"button-small-background": "darkblue",
|
||||||
"button-selected": "#a34046",
|
"button-selected": "#a34046",
|
||||||
|
|
Loading…
Reference in New Issue