1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 06:25:22 -04:00

slightly less neon green

This commit is contained in:
Jake Jarvis 2019-07-17 15:53:07 -04:00
parent a0c95f7c69
commit 8029ba42d7
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B

View File

@ -1,4 +1,5 @@
/*! Open Sans Semibold | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */
@font-face {
font-family: "Open Sans";
font-weight: 600;
@ -10,7 +11,7 @@
url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */
url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, 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%;
height: 100%;
margin: 0;
/* background-color: #414ef8; */
background-color: #94d500;
color: #fff;
background-color: #9ac92f;
color: #ffffff;
cursor: default;
}