diff options
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 4 |
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%; |