Sha256: 2c5023841e69dc9fd900175d4100f893fffa28da639fe22e0708e245153c6156
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono'); figure { img { width: 100%; } } .todo { color: red; &::before { content: "TODO: "; } } .comment { &, & * { color: red !important; } font-style: italic; &:before { content: "["; } &[data-author]:before { content: "[" attr(data-author) ": "; } &:after { content: "]"; } } del.comment { &:before, &[data-author]:before, &:after { content: ""; } &[data-author]:after { content: " (" attr(data-author) ")"; } } .spelling { text-decoration: underline wavy red; } .grammar { text-decoration: underline wavy darkgreen; } .rephrase { text-decoration: underline wavy blue; } .reference.needed { &:before { content: "[?!]"; color: red; font-weight: bold; } } code { font-family: "Ubuntu Mono", monospace; } li p { display: inline; } dl { margin: 1em 0; dt { font-weight: bold; float: left; clear: left; margin-right: 1ex; } } var { font-style: italic; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scholarmarkdown-1.1.0 | bin/template/content/styles/shared.scss |
scholarmarkdown-1.0.0 | bin/template/content/styles/shared.scss |