Skip to content

Commit

Permalink
Merge pull request #585 from abhishekjakhar/fix/css-redundancy
Browse files Browse the repository at this point in the history
fix(website): remove redundant :root selector in app.scss of website
  • Loading branch information
Chance Strickland committed May 20, 2020
2 parents 1cc512b + 791a8b4 commit c87d776
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions website/src/styles/app.scss
Expand Up @@ -22,24 +22,6 @@
--table-cell-border-color: #eee;
}

:root {
--font-family-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
--font-family-mono: "SFMono-Regular", Consolas, "Roboto Mono",
"Droid Sans Mono", "Liberation Mono", Menlo, Courier, monospace;
--error-color: #bf4a3f;
--primary-color: #1159a6;
--primary-color-bright: #007bff;
--primary-color-light: #3f94bf;
--body-color: #222;
--body-background: #fafafa;
--focus-outline-color: #1eaedb;
--input-background-color: #fff;
--input-border-color: #d1d1d1;
--rule-border-color: #e1e1e1;
--table-cell-border-color: #eee;
}

@keyframes slide-down {
0% {
opacity: 0;
Expand Down

0 comments on commit c87d776

Please sign in to comment.