Commit ab178060 authored by Allen Bargi's avatar Allen Bargi

let's reuse color variables, instead of hardcoding colors.

parent b261f978
......@@ -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%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment