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": { "rules": {
"block-no-empty": null, "block-no-empty": null,
"no-duplicate-selectors": null, "no-duplicate-selectors": null,
"no-descending-specificity": null,
"font-family-no-duplicate-names": null, "font-family-no-duplicate-names": null,
"declaration-block-no-duplicate-properties": [ "declaration-block-no-duplicate-properties": [
true, true,

View File

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

View File

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

View File

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