jennex

Our Wedding Site
git clone git://git.alexkarle.com.com/jennex
Log | Files | Refs | README | LICENSE

commit f1ef4ee0acb462defb36a37f8028ecba4a8b7eb9 (patch)
parent b050b13c1d1ac9f87c2cf01912f69739fc3ef8ba
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun,  6 Nov 2022 18:45:44 -0500

style: Update nav to have underlines for links

Diffstat:
Mstyle.css | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/style.css b/style.css @@ -44,15 +44,11 @@ nav { nav a { text-align: center; - text-decoration: none; + text-decoration: underline; color: black; padding: 2%; } -nav a:hover { - text-decoration: underline; -} - p.address { padding-left: 36px; }