mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
let's reuse color variables, instead of hardcoding colors.
This commit is contained in:
parent
b261f9781b
commit
ab178060be
1 changed files with 1 additions and 1 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue