git ssb

10+

Matt McKegg / patchwork



Commit c730d7ff8e244060d96ea05756ca3fe18e720c99

display dotted line under all internal links

Matt McKegg committed on 10/14/2017, 5:56:29 AM
Parent: a33e94e7ad223afbbc7e71c3d98503d161cc576e

Files changed

styles/dark/markdown.mcsschanged
styles/light/markdown.mcsschanged
styles/dark/markdown.mcssView
@@ -1,5 +1,12 @@
11 Markdown {
2+ (a.bad) {
3+ color: inherit
4+ :hover {
5+ text-decoration: inherit
6+ }
7+ }
8+
29 word-break: break-word
310 (img) {
411 -pending {
512 background-color: #2d2c2c
@@ -79,10 +86,18 @@
7986 }
8087 }
8188 [href^="#"] {
8289 color: #c1cdf0
90+ border-bottom: 1px dotted #c1cdf0
8391 :hover {
8492 text-decoration: none;
8593 }
8694 }
95+ [href^="%"] {
96+ color: #efef00
97+ border-bottom: 1px dotted #efef00
98+ :hover {
99+ text-decoration: none;
100+ }
101+ }
87102 }
88103 }
styles/light/markdown.mcssView
@@ -1,6 +1,14 @@
11 Markdown {
22 word-break: break-word
3+
4+ (a.bad) {
5+ color: inherit
6+ :hover {
7+ text-decoration: inherit
8+ }
9+ }
10+
311 (img) {
412 -pending {
513 border: 1px solid #DDD
614 background-color: #EEE
@@ -63,5 +71,13 @@
6371 height: 1.5em;
6472 align-content: center;
6573 margin-bottom: -0.3em;
6674 }
75+ (a) {
76+ [href^="#"], [href^="@"], [href^="%"] {
77+ border-bottom: 1px dotted #286bc3;
78+ :hover {
79+ text-decoration: none;
80+ }
81+ }
82+ }
6783 }

Built with git-ssb-web