diff --git a/build/98.css b/build/98.css index 38f2575..9f0100a 100644 --- a/build/98.css +++ b/build/98.css @@ -59,7 +59,6 @@ * { font-family: Arial; font-size: 12px; - letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; } diff --git a/docs/98.css b/docs/98.css index 38f2575..9f0100a 100644 --- a/docs/98.css +++ b/docs/98.css @@ -59,7 +59,6 @@ * { font-family: Arial; font-size: 12px; - letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; } diff --git a/style.css b/style.css index 6a302c6..f819edd 100644 --- a/style.css +++ b/style.css @@ -63,7 +63,6 @@ * { font-family: Arial; font-size: 12px; - letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; } diff --git a/test.sh b/test.sh index 3f71a2f..8828679 100644 --- a/test.sh +++ b/test.sh @@ -7,6 +7,6 @@ if [ -z "$output" ] then break else - echo "Build doesn't match, wanna run \`npm run build\`?" + echo "Please commit the latest build of 98.css (git commit)" exit 1; fi