From c355dd3a946790ad339abc5059d23ecc6990a945 Mon Sep 17 00:00:00 2001 From: lyy Date: Wed, 4 Dec 2019 13:44:16 +0800 Subject: [PATCH] cancel the link underline --- css/basic.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/basic.css b/css/basic.css index f259e78f..306eac3a 100644 --- a/css/basic.css +++ b/css/basic.css @@ -1,7 +1,6 @@ @charset "utf-8"; /* CSS Document */ body { font-family: 'Open Sans', sans-serif; font-size: 12px; color: #545454; } -p a { text-decoration: underline !important; } p a:hover { text-decoration: none!important; } /* header & menu */ #header { width: 100%; display: block; }