diff options
Diffstat (limited to 'posts/post.css')
| -rw-r--r-- | posts/post.css | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/posts/post.css b/posts/post.css index decceaa..1867311 100644 --- a/posts/post.css +++ b/posts/post.css @@ -68,61 +68,3 @@ pre span.org-css-property {color:#00AA00;} display: flex; column-gap: 8px; } - - -/* Sitemap-specific items */ -.sitemap_tag { - display: none; -} - -#tag-filter-container { - display: flex; - flex-direction: row; - column-gap: 8px; - margin-top: 1rem; -} - -.tag-filter-item { - display: flex; - flex-direction: row; - align-items: center; - padding: 0.25rem 0.5rem; - border: 1px solid black; - border-radius: 3px; - justify-content: center; - column-gap: 1rem; - background-color: #fffed8; -} - -.tag-filter-item button { - background: none; - border: none; - outline: none; - margin: 0; - padding: 0; - color: red; - font-size: 1.5rem; -} - -.tag-filter-item button:before { - content: '\00d7'; -} - -.tag-filter-item.disabled button:before { - content: '+'; -} - -.tag-filter-item.disabled { - background-color: #f2f2f2; - color: gray; - border-color: gray; -} - -.tag-filter-item.disabled button { - color: green; -} - -.tag-filter-item button:hover { - cursor: pointer; - opacity: 0.8; -} |
