diff options
| -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; |
