summaryrefslogtreecommitdiff
path: root/scss/modules/news-index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/modules/news-index.scss')
-rw-r--r--scss/modules/news-index.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/modules/news-index.scss b/scss/modules/news-index.scss
index 0050f70..5d9bab2 100644
--- a/scss/modules/news-index.scss
+++ b/scss/modules/news-index.scss
@@ -8,6 +8,11 @@
width: var(--width-prose);
}
+a.news-index__item {
+ text-decoration: none;
+ color: var(--text-color);
+}
+
.news-index__item:not(:first-child) {
border-top-width: 0;
}
@@ -28,4 +33,4 @@
.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
+}