diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-02-19 18:55:04 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-02-19 18:55:04 +1300 |
commit | 29861de6201be182f0bffb9fe4376eb90e62dc7e (patch) | |
tree | d14ccfd1b7512889b6ac57d03a90a374596a14e8 /petrichor.css | |
parent | 01ed3385d5c688a78aa09232ed7d220bc9c50635 (diff) | |
parent | 2a23bc557f30942aa43631efe575d21ba44dc762 (diff) | |
download | petrichor-29861de6201be182f0bffb9fe4376eb90e62dc7e.tar.xz |
Merge remote-tracking branch 'dfryer1193/master' into HEAD
Diffstat (limited to 'petrichor.css')
-rw-r--r-- | petrichor.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/petrichor.css b/petrichor.css index 36dc4d9..1b8684c 100644 --- a/petrichor.css +++ b/petrichor.css @@ -132,3 +132,10 @@ div.user margin-right: 30px; font-size: 240px; } + +a +{ + text-decoration: none; + display: block; + color: white; +} |