aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/type.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index c63e5d9f2..91298f1c0 100644
--- a/less/type.less
+++ b/less/type.less
@@ -81,6 +81,12 @@ small,
// Undo browser default styling
cite { font-style: normal; }
+mark,
+.mark {
+ background-color: @state-warning-bg;
+ padding: .2em;
+}
+
// Alignment
.text-left { text-align: left; }
.text-right { text-align: right; }