aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 0d5621934..61aa624a7 100644
--- a/less/type.less
+++ b/less/type.less
@@ -171,7 +171,7 @@ em {
// Abbreviations and acronyms
abbr[title] {
cursor: help;
- border-bottom: 1px dotted #ddd;
+ border-bottom: 1px dotted @grayLight;
}
abbr.initialism {
font-size: 90%;