fix styling

This commit is contained in:
Ray Elliott 2020-05-08 10:08:23 +00:00
parent 7b0008b261
commit 028fb126ce
7 changed files with 607 additions and 927 deletions

View File

@ -8,6 +8,7 @@
"rules": {
"block-no-empty": null,
"no-duplicate-selectors": null,
"no-descending-specificity": null,
"font-family-no-duplicate-names": null,
"declaration-block-no-duplicate-properties": [
true,

View File

@ -30,7 +30,9 @@
line-height: 1.618;
font-size: 1em;
width: 5.3em;
/* stylelint-disable font-family-no-missing-generic-family-keyword */
font-family: star;
/* stylelint-enable */
font-weight: 400;
&::before {
@ -81,7 +83,9 @@ p.stars {
width: 1em;
height: 1em;
line-height: 1;
/* stylelint-disable font-family-no-missing-generic-family-keyword */
font-family: star;
/* stylelint-enable */
content: "\53";
color: $color__text-main;
text-indent: 0;

View File

@ -19,6 +19,7 @@ address {
pre {
background: $color__background-pre;
@include font-pre;
font-size: 0.9375rem;
line-height: $font__line-height-pre;
@ -32,6 +33,7 @@ code,
kbd,
tt,
var {
@include font-code;
font-size: 0.9375rem;
}

View File

@ -5,6 +5,7 @@ select,
optgroup,
textarea {
color: $color__text-main;
@include font-body;
font-size: 1rem;
line-height: $font__line-height-body;

426
style.css

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long