summaryrefslogtreecommitdiffstats
path: root/src/_board.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_board.scss')
-rw-r--r--src/_board.scss13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/_board.scss b/src/_board.scss
index da20fa3..42c29b3 100644
--- a/src/_board.scss
+++ b/src/_board.scss
@@ -63,13 +63,12 @@
63 } 63 }
64 } 64 }
65 65
66 .messageGroupList .columnSubject > .statusDisplay { 66 .messageGroupList {
67 margin-block-start: -.1em; 67 a {
68 margin-block-end: -.2em; 68 &:hover {
69 } 69 text-decoration: underline;
70 70 }
71 .messageSidebar a:hover { 71 }
72 text-decoration: underline;
73 } 72 }
74 73
75 @media screen and (max-width: 768px) { 74 @media screen and (max-width: 768px) {