diff options
Diffstat (limited to 'petrichor.css')
-rw-r--r-- | petrichor.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/petrichor.css b/petrichor.css index 1b8684c..d10f175 100644 --- a/petrichor.css +++ b/petrichor.css @@ -41,11 +41,13 @@ body,html transition: opacity ease 0.15s; } -div.user +a.user { text-align: center; + text-decoration: none; color: white; margin-top: 2em; + display: block; } .avatar @@ -132,10 +134,3 @@ div.user margin-right: 30px; font-size: 240px; } - -a -{ - text-decoration: none; - display: block; - color: white; -} |