2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Change code variables to match pre

This commit is contained in:
Mark Otto
2014-07-12 01:23:06 -07:00
parent fe6b22c2c3
commit 6336895b96
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -693,8 +693,8 @@ samp {
code { code {
padding: .2rem .4rem; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: #c7254e; color: #d44950;
background-color: #f9f2f4; background-color: #f7f7f9;
border-radius: .2rem; border-radius: .2rem;
} }
kbd { kbd {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -693,8 +693,8 @@ samp {
code { code {
padding: .2rem .4rem; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: #c7254e; color: #d44950;
background-color: #f9f2f4; background-color: #f7f7f9;
border-radius: .2rem; border-radius: .2rem;
} }
kbd { kbd {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -725,8 +725,8 @@
// //
//## //##
@code-color: #c7254e; @code-color: #d44950;
@code-bg: #f9f2f4; @code-bg: #f7f7f9;
@kbd-color: #fff; @kbd-color: #fff;
@kbd-bg: #333; @kbd-bg: #333;