8 lines
141 B
SCSS
8 lines
141 B
SCSS
/**
|
|
* Styles that apply to all GFM related forms.
|
|
*/
|
|
|
|
.gfm-commit, .gfm-commit_range {
|
|
font-family: $monospace_font;
|
|
font-size: 90%;
|
|
}
|