From d7b95f0d040deb1b34af31c7c8e2f66c1e37686e Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 12 Feb 2019 18:53:12 +0800 Subject: First update. --- common.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'common.css') diff --git a/common.css b/common.css index e400635..41585eb 100644 --- a/common.css +++ b/common.css @@ -54,15 +54,15 @@ button{ text-align:center; -webkit-transition-duration:0.4s; transition-duration:0.4s; - font-family: 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; + font-family: 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; font-variant-ligatures: none; } input[type="text"]{ - border: none; - border-bottom: 2px solid; - outline: none !important; - background-color: rgba(0,0,0,0) !important; - font-family: 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; + border: none; + border-bottom: 2px solid; + outline: none !important; + background-color: rgba(0,0,0,0) !important; + font-family: 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; font-variant-ligatures: none; } textarea{ -- cgit v1.2.3