diff options
| author | 2022-07-27 18:53:49 +0200 | |
|---|---|---|
| committer | 2022-07-27 18:53:49 +0200 | |
| commit | 71ff54378368e41824010cb2766b984e08e0c815 (patch) | |
| tree | cc1c6e69eb1f5c3233895d70d66c7e0721c343b7 | |
| parent | a534fc79c48f3ef83cc54510d0a5bde2b5089ed6 (diff) | |
delete the link style given by default (#4459)
| -rw-r--r-- | p/themes/base-theme/template.css | 12 | ||||
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 12 |
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; |
