Crisp rendering on pixel theme

merge-requests/21/head
Bob Mottram 2021-02-18 13:23:33 +00:00
parent 6ceb4253f8
commit fd276e1d24
10 changed files with 19 additions and 0 deletions

View File

@ -48,6 +48,7 @@
--line-spacing: 130%;
--header-font: 'Arial, Helvetica, sans-serif';
--main-link-color-hover: #bbb;
--rendering: normal;
}
@font-face {
@ -76,6 +77,7 @@ body, html {
margin: 0 auto;
font-size: var(--font-size);
line-height: var(--line-spacing);
image-rendering: var(--rendering);
}
a, u {

View File

@ -24,6 +24,7 @@
--calendar-header-font: 'Montserrat';
--calendar-header-font-style: italic;
--main-link-color-hover: #bbb;
--rendering: normal;
}
@font-face {
@ -46,6 +47,7 @@ body {
color: var(--day-number2);
font-family: 'Montserrat';
font-weight: 700;
image-rendering: var(--rendering);
}
main {

View File

@ -32,6 +32,7 @@
--follow-text-entry-width: 90%;
--focus-color: white;
--main-link-color-hover: #bbb;
--rendering: normal;
}
@font-face {
@ -58,6 +59,7 @@ body, html {
max-width: 100%;
min-width: 600px;
margin: 5% auto;
image-rendering: var(--rendering);
}
a, u {

View File

@ -67,6 +67,7 @@
--banner-height: 15vh;
--banner-height-mobile: 10vh;
--header-font: 'Arial, Helvetica, sans-serif';
--rendering: normal;
}
@font-face {
@ -93,6 +94,7 @@ body, html {
min-width: 950px;
font-size: var(--font-size);
line-height: var(--line-spacing);
image-rendering: var(--rendering);
}
blockquote {

View File

@ -23,6 +23,7 @@
--line-spacing: 130%;
--login-logo-width: 20%;
--main-link-color-hover: #bbb;
--rendering: normal;
}
@font-face {
@ -57,6 +58,7 @@ body, html {
margin: 0 auto;
font-size: var(--login-font-size);
line-height: var(--line-spacing);
image-rendering: var(--rendering);
}
a, u {

View File

@ -35,6 +35,7 @@
--focus-color: white;
--petname-width-chars: 16ch;
--options-main-link-color-hover: #bbb;
--rendering: normal;
}
@font-face {
@ -66,6 +67,7 @@ body, html {
font-family: Arial, Helvetica, sans-serif;
max-width: 100%;
min-width: 600px;
image-rendering: var(--rendering);
}
a, u {

View File

@ -154,6 +154,7 @@
--italic-font-style: italic;
--header-font: 'Arial, Helvetica, sans-serif';
--button-bottom-margin: 10px;
--rendering: normal;
}
@font-face {
@ -180,6 +181,7 @@ body, html {
min-width: 950px;
font-size: var(--font-size);
line-height: var(--line-spacing);
image-rendering: var(--rendering);
}
.cw {

View File

@ -39,6 +39,7 @@
--search-banner-height-mobile: 20vh;
--title-color: #999;
--header-font: 'Arial, Helvetica, sans-serif';
--rendering: normal;
}
@font-face {
@ -64,6 +65,7 @@ body, html {
font-family: Arial, Helvetica, sans-serif;
max-width: 100%;
min-width: 600px;
image-rendering: var(--rendering);
}
h1 {

View File

@ -21,6 +21,7 @@
--button-selected: #666;
--focus-color: white;
--main-link-color-hover: #bbb;
--rendering: normal;
}
@font-face {
@ -48,6 +49,7 @@ body, html {
min-width: 600px;
margin: 0 auto;
font-size: var(--font-size);
image-rendering: var(--rendering);
}
a, u {

View File

@ -1,4 +1,5 @@
{
"rendering": "crisp-edges",
"button-background": "#69282c",
"button-small-background": "darkblue",
"button-selected": "#a34046",