Commit 3d066cf8a7445f30f1c19065098c5b87acb82a80
Fix link styling in lists
Alan Shaw committed on 9/21/2017, 8:43:30 PMParent: 5ea7181abf0f78bdc218f29116c94ca9401f7aed
Files changed
styles/dark/markdown.mcss | changed |
styles/dark/markdown.mcss | ||
---|---|---|
@@ -65,26 +65,24 @@ | ||
65 | 65 | align-content: center; |
66 | 66 | margin-bottom: -0.3em; |
67 | 67 | } |
68 | 68 | |
69 | - p { | |
70 | - (a) { | |
71 | - color: #6f74e5 | |
69 | + (a) { | |
70 | + color: #6f74e5 | |
71 | + :hover { | |
72 | + text-decoration: underline; | |
73 | + } | |
74 | + [href^="@"] { | |
75 | + color: #efef00 | |
76 | + border-bottom: 1px dotted #efef00 | |
72 | 77 | :hover { |
73 | - text-decoration: underline; | |
78 | + text-decoration: none; | |
74 | 79 | } |
75 | - [href^="@"] { | |
76 | - color: #efef00 | |
77 | - border-bottom: 1px dotted #efef00 | |
78 | - :hover { | |
79 | - text-decoration: none; | |
80 | - } | |
80 | + } | |
81 | + [href^="#"] { | |
82 | + color: #c1cdf0 | |
83 | + :hover { | |
84 | + text-decoration: none; | |
81 | 85 | } |
82 | - [href^="#"] { | |
83 | - color: #c1cdf0 | |
84 | - :hover { | |
85 | - text-decoration: none; | |
86 | - } | |
87 | - } | |
88 | 86 | } |
89 | 87 | } |
90 | 88 | } |
Built with git-ssb-web