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:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user