Add custom styling: set h5 and .badge-info background-color to #7a6111
This commit is contained in:
@@ -14,3 +14,11 @@ body {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
background-color: #7a6111;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-info {
|
||||||
|
background-color: #7a6111;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user