From 71ff54378368e41824010cb2766b984e08e0c815 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 27 Jul 2022 18:53:49 +0200 Subject: delete the link style given by default (#4459) --- p/themes/base-theme/template.css | 12 ------------ p/themes/base-theme/template.rtl.css | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 9deae1f8d..51d688f5b 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -1179,18 +1179,6 @@ a.website:hover .favicon { padding-bottom: 1rem; } -.content > header a, -.content > footer a { - color: #666; - text-decoration: none; -} - -.content > header a:hover, -.content > footer a:hover { - color: #0062be; - text-decoration: underline; -} - .content > header .tags, .content > footer .tags { display: flex; diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 770456831..cd5d61589 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -1179,18 +1179,6 @@ a.website:hover .favicon { padding-bottom: 1rem; } -.content > header a, -.content > footer a { - color: #666; - text-decoration: none; -} - -.content > header a:hover, -.content > footer a:hover { - color: #0062be; - text-decoration: underline; -} - .content > header .tags, .content > footer .tags { display: flex; -- cgit v1.2.3