aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/feed.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/feeds/feed.component.scss')
-rw-r--r--client/src/app/shared/shared-main/feeds/feed.component.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-main/feeds/feed.component.scss b/client/src/app/shared/shared-main/feeds/feed.component.scss
index bf1f4eeeb..25afe9c6c 100644
--- a/client/src/app/shared/shared-main/feeds/feed.component.scss
+++ b/client/src/app/shared/shared-main/feeds/feed.component.scss
@@ -3,15 +3,19 @@
3 3
4.feed { 4.feed {
5 width: 100%; 5 width: 100%;
6 color: inherit;
6 7
7 a { 8 a {
8 color: #000; 9 color: pvar(--mainForegroundColor);
9 display: block; 10 display: block;
10 min-width: 100px; 11 min-width: 100px;
12
13 &:hover {
14 text-decoration: underline;
15 }
11 } 16 }
12} 17}
13 18
14my-global-icon { 19my-global-icon {
15 cursor: pointer;
16 width: 100%; 20 width: 100%;
17} 21}