summaryrefslogtreecommitdiff
path: root/public/css/modules/news-index.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/modules/news-index.css')
-rw-r--r--public/css/modules/news-index.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/public/css/modules/news-index.css b/public/css/modules/news-index.css
deleted file mode 100644
index 0050f70..0000000
--- a/public/css/modules/news-index.css
+++ /dev/null
@@ -1,31 +0,0 @@
-.news-index__item {
- display: block;
- box-sizing: border-box;
- border: var(--relative-eighth-rem) solid var(--text-color);
- transition: background 100ms;
- padding-block: var(--margin-block-md);
- padding-inline: var(--padding-inline-sm);
- width: var(--width-prose);
-}
-
-.news-index__item:not(:first-child) {
- border-top-width: 0;
-}
-
-.news-index__item:is(:hover, :focus, :focus-visible, :focus-within) {
- outline: none;
- box-shadow: none;
- color: var(--text-highlight-color);
- border-color: var(--background-highlight-color);
- background: var(--background-highlight-color);
- transition-duration: 300ms;
-}
-
-.news-index__item:is(:hover, :focus, :focus-visible, :focus-within) .link {
- color: var(--special-text-highlight-color);
-}
-
-.news-index__item:is(:focus, :focus-visible, :focus-within) {
- border-color: var(--special-text-highlight-color);
- border-style: dotted;
-} \ No newline at end of file