2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update code vars

* Drop the `rgba()` border and fallback because fuck that noise
* Add vars to customizer
* Remove rogue `:`
This commit is contained in:
Mark Otto
2013-07-23 23:13:15 -07:00
parent ba954db159
commit cdf6019e11
3 changed files with 19 additions and 5 deletions
+2 -3
View File
@@ -427,12 +427,11 @@
// Code
// ------------------------
@code-bg: #f9f2f4;
@code-color: #c7254e;
@code-bg: #f9f2f4;
@pre-bg: #f5f5f5;
@pre-border-color: rgba(0,0,0,.15);
@pre-fallback-border-color: #ccc;
@pre-border-color: #ccc;
// Miscellaneous