aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-07-27 18:53:49 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-27 18:53:49 +0200
commit71ff54378368e41824010cb2766b984e08e0c815 (patch)
treecc1c6e69eb1f5c3233895d70d66c7e0721c343b7
parenta534fc79c48f3ef83cc54510d0a5bde2b5089ed6 (diff)
delete the link style given by default (#4459)
-rw-r--r--p/themes/base-theme/template.css12
-rw-r--r--p/themes/base-theme/template.rtl.css12
2 files changed, 0 insertions, 24 deletions
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;