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:
parent
a0c95f7c69
commit
8029ba42d7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user