mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 09:05:47 +02:00
Rewrite custom docs buttons
- Use CSS variables wherever possible - Rename purple-bright to violet for brevity, add CSS vars versions - Rename download to accent
This commit is contained in:
@@ -73,9 +73,9 @@
|
||||
}
|
||||
|
||||
.bd-text-purple-bright {
|
||||
color: $bd-purple-bright;
|
||||
color: $bd-violet;
|
||||
}
|
||||
|
||||
.bd-bg-purple-bright {
|
||||
background-color: $bd-purple-bright;
|
||||
background-color: $bd-violet;
|
||||
}
|
||||
|
Reference in New Issue
Block a user