summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-12 18:53:12 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-12 18:53:12 +0800
commitd7b95f0d040deb1b34af31c7c8e2f66c1e37686e (patch)
tree282d9b605c70cedee96224f6625780a8d8a2f5ce /common.css
parentec9d9b4da39e6c74b8514bfaf623ed7ac310d128 (diff)
downloadweb-d7b95f0d040deb1b34af31c7c8e2f66c1e37686e.tar.xz
First update.
Diffstat (limited to 'common.css')
-rw-r--r--common.css12
1 files changed, 6 insertions, 6 deletions
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{