Skip to content

Commit 4928aa8

Browse files
committed
Fix view links on cheatsheets
1 parent c4aaf36 commit 4928aa8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

assets/css/content/cheatsheet.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@
3636
/* h3 */
3737

3838
.page-cheatmd .content-inner h3 {
39+
color: var(--main);
3940
margin: 0 0 1em;
4041
font-weight: 400;
4142
overflow: hidden;
4243
}
4344

44-
.page-cheatmd .content-inner h3 a {
45+
.page-cheatmd .content-inner h3 :is(a, a:visited) {
4546
color: var(--main);
47+
text-decoration: none;
4648
}
4749

48-
.page-cheatmd .content-inner h3.section-heading a.hover-link {
50+
.page-cheatmd .content-inner h3.section-heading i {
4951
display: none;
5052
}
5153

formatters/html/dist/html-elixir-NUYMFHDT.css renamed to formatters/html/dist/html-elixir-P3Q3YD6C.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-erlang-EEE46MSV.css renamed to formatters/html/dist/html-erlang-LBGNS3IA.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)