BigW Consortium Gitlab

gfm.scss 141 Bytes
Newer Older
1 2 3
/**
 * Styles that apply to all GFM related forms.
 */
4 5 6

.gfm-commit, .gfm-commit_range {
  font-family: $monospace_font;
7
  font-size: 90%;
8
}