aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-05 01:12:44 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-05 01:24:44 -0700
commit82371e351a35363a8b493d0063e925dce1d27008 (patch)
tree529e0a656a524a92efa5f8d1fd5751c47bff39d8 /source/css/theme.css
parent015e3b4716a15c674829034bce56b83b323688df (diff)
downloadmy_new_personal_website-82371e351a35363a8b493d0063e925dce1d27008.tar.xz
my_new_personal_website-82371e351a35363a8b493d0063e925dce1d27008.zip
handle navigation button and favicons
Note that I'm using an <embed> tag with the svg because if wrapped in <img>, the svg won't render on Safari. After using the <embed> tag, the svg renders on all four major browsers on OS X (Chrome, Safari, Firefox, Opera), and it looks nice on all three but Firefox, in which case it's crappy as fuck.
Diffstat (limited to 'source/css/theme.css')
-rw-r--r--source/css/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 60308aac..f125cc03 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -9,6 +9,10 @@ nav {
top: 10%;
}
+nav a {
+ text-decoration: none;
+}
+
article {
position: absolute;
width: 50%;