From eaa20a682654a05a20722fc7907b7df24bc2d8e0 Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 4 Apr 2019 17:17:34 -0400 Subject: [PATCH] Add link styles --- water.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/water.css b/water.css index 2c600cf..a8fd63d 100644 --- a/water.css +++ b/water.css @@ -7,6 +7,15 @@ body { line-height: 1.4; } +a { + color: #41adff; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + hr { border: none; border-top: 1px solid #dbdbdb;