// This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.
// Sass partial for DITA 1.3 XML mention domain
$code-fonts: Menlo, Monaco, Consolas, 'Courier New', monospace; $markup-color: #639;
@mixin markupname {
color: $markup-color; font-family: $code-fonts;
}
.numcharref {
@include markupname;
}
.parameterentity {
@include markupname;
}
.textentity {
@include markupname;
}
.xmlatt {
@include markupname;
}
.xmlelement {
@include markupname;
}
.xmlnsname {
@include markupname;
}
.xmlpi {
@include markupname;
}