Browse Source

Define style for <dfn> tag

pull/14744/head
Yurii Motov 6 months ago
parent
commit
8568eb3571
  1. 5
      docs/en/docs/css/custom.css

5
docs/en/docs/css/custom.css

@ -203,3 +203,8 @@ Inspired by Termynal's CSS tricks with modifications
-webkit-box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}
.md-typeset dfn {
border-bottom: .05rem dotted var(--md-default-fg-color--light);
cursor: help;
}

Loading…
Cancel
Save