summaryrefslogtreecommitdiff
path: root/public/css/site.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-05-04 15:53:29 +0800
committerWu Cheng-Han2015-05-04 15:53:29 +0800
commit4b0ca55eb79e963523eb6c8197825e9e8ae904e2 (patch)
tree574f3923af77b37b41dbf1b00bcd7827ef724a28 /public/css/site.css
parent61eb11d23c65c9e5c493c67d055f785cbec139e2 (diff)
First commit, version 0.2.7
Diffstat (limited to 'public/css/site.css')
-rw-r--r--public/css/site.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/site.css b/public/css/site.css
new file mode 100644
index 00000000..b50a1f9b
--- /dev/null
+++ b/public/css/site.css
@@ -0,0 +1,15 @@
+/* for all pages should include this */
+body {
+ font-smoothing: subpixel-antialiased !important;
+ -webkit-font-smoothing: subpixel-antialiased !important;
+ -moz-osx-font-smoothing: auto !important;
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
+ /*text-rendering: optimizeLegibility;*/
+ -webkit-overflow-scrolling: touch;
+}
+:focus {
+ outline: none !important;
+}
+::-moz-focus-inner {
+ border: 0 !important;
+} \ No newline at end of file