Blue color selection

This commit is contained in:
Sahat Yalkabov
2013-12-04 20:14:54 -05:00
parent 8319510a3d
commit cc80b0461c

View File

@ -11,6 +11,10 @@
outline: 0 !important;
}
input[placeholder] {
color: red;
}
html {
height: 100%;
}
@ -45,6 +49,18 @@ a {
background-size: cover;
}
::-moz-selection {
background: #007aff;
color: white;
text-shadow: none;
}
::selection {
background: #007aff;
color: white;
text-shadow: none;
}
// Navbar =====================================================================
.navbar-default {
background: rgba(255, 255, 255, 0.95);