git ssb

10+

Matt McKegg / patchwork



Commit 3d066cf8a7445f30f1c19065098c5b87acb82a80

Fix link styling in lists

Alan Shaw committed on 9/21/2017, 8:43:30 PM
Parent: 5ea7181abf0f78bdc218f29116c94ca9401f7aed

Files changed

styles/dark/markdown.mcsschanged
styles/dark/markdown.mcssView
@@ -65,26 +65,24 @@
6565 align-content: center;
6666 margin-bottom: -0.3em;
6767 }
6868
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
7277 :hover {
73- text-decoration: underline;
78+ text-decoration: none;
7479 }
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;
8185 }
82- [href^="#"] {
83- color: #c1cdf0
84- :hover {
85- text-decoration: none;
86- }
87- }
8886 }
8987 }
9088 }

Built with git-ssb-web