We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074995b commit 2eae69dCopy full SHA for 2eae69d
theme.scss
@@ -183,6 +183,11 @@ ul.pagination li.active a {
183
font-weight: 700;
184
}
185
186
+.navbar-brand:hover,
187
+.navbar-brand:focus {
188
+ color: $gs-white-base-color;
189
+}
190
+
191
.card {
192
.card-body {
193
background-color: $gs-white-base-color;
@@ -195,6 +200,14 @@ ul.pagination li.active a {
195
200
196
201
197
202
203
+.form-control:focus {
204
+ color: #021905;
205
+ background-color: #fff;
206
+ border-color: $gs-primary-alt-color;
207
+ outline: 0;
208
+ box-shadow: 0 0 0 .05rem $gs-primary-color--lighter;
209
210
198
211
.callout {
199
212
&.callout-style-default {
213
box-shadow: 0 0.2rem 0.5rem $gs-black-color--light,
0 commit comments