/*
Theme Name: Wipi Child Theme
Theme URI: https://www.wipi.co.il
Version: 1.0.0
Description: Wipi theme design one for life. Wipi is the perfect choice for setting up WordPress sites. Both simple and complex, thanks to a lot of features, advanced editing modules, and control options, all responsive and optimized for viewing on mobile, And a visual editor for building pages super easy to use, start using today!
Author: Wipi
Author URI: https://www.wipi.co.il
Template: wipi
*/

/* Add your custom styles here... */

code {
	background-color: blue;
	
}

.form-control:focus, 
input.form-control:focus
{
    color: white;
    background-color: white;
    font-weight: normal;
    
}

.form-control, 
input.form-control
{
    background-color: #fffff0;
}

