diff options
author | ShevAbam <shevabam@gmail.com> | 2015-07-21 15:22:48 +0200 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2015-07-21 15:22:48 +0200 |
commit | 54461c2df94bfba63ea00997f9c2aaf17e6262fa (patch) | |
tree | 962acc9583e9d88a352bf2daaa1b4360754d591a /web/css/_src | |
parent | 8e4aaf99de36987b572ca2b5f138b270f5d53f52 (diff) |
CSS : header custom_title if <a> no text-underlinev2.5
Diffstat (limited to 'web/css/_src')
-rw-r--r-- | web/css/_src/frontend.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/css/_src/frontend.scss b/web/css/_src/frontend.scss index a1b29d7..be675f9 100644 --- a/web/css/_src/frontend.scss +++ b/web/css/_src/frontend.scss @@ -82,6 +82,7 @@ nav[role="main"] { a { color: #fff; + text-decoration: none; } } |