1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2026-06-15 18:35:28 -04:00

slightly less neon green

This commit is contained in:
2019-07-17 15:53:07 -04:00
parent a0c95f7c69
commit 8029ba42d7
+4 -4
View File
@@ -1,4 +1,5 @@
/*! Open Sans Semibold | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */ /*! Open Sans Semibold | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */
@font-face { @font-face {
font-family: "Open Sans"; font-family: "Open Sans";
font-weight: 600; font-weight: 600;
@@ -10,7 +11,7 @@
url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */ url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */
url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/OpenSans-Semibold.svg#OpenSans") format("svg"); /* Legacy iOS */ url("./fonts/OpenSans-Semibold.svg#OpenSans") format("svg"); /* Legacy iOS */
font-display: swap; font-display: fallback;
} }
@@ -23,9 +24,8 @@ html, body {
width: 100%; width: 100%;
height: 100%; height: 100%;
margin: 0; margin: 0;
/* background-color: #414ef8; */ background-color: #9ac92f;
background-color: #94d500; color: #ffffff;
color: #fff;
cursor: default; cursor: default;
} }