HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/sidebar/_sidebar-options.scss
/**
 * Styles for blog from customizer */

// Sidebar
.search-form {
	.search-field {
		&:focus {
			border-color: $thim_body_primary_color;
		}
	}
}

.widget-area {
	aside.widget {
		background-color: $thim_sidebar_widget_background_color;
		margin-bottom:    $thim_sidebar_widget_margin_bottom;
		.widget-title, .widget-title a.rsswidget, h3 {
			color:       $thim_sidebar_widget_title_color;
			font-size:   $thim_sidebar_widget_title_font_size;
			font-family: $thim_font_body_font_family;
		}
	}

	ul li {
		a {
			font-family: $thim_font_body_font_family;
			color:       $thim_font_body_color;
			&:hover {
				color: $thim_body_primary_color;
			}
		}
		&.current-cat a {
			color: $thim_body_primary_color;
		}
	}

	.calendar_wrap a {
		color: $thim_body_primary_color;
		&:hover {
			color: $thim_font_title_color;
		}
	}

	.widget .tagcloud a {
		color: $thim_font_body_color;
		&:hover {
			border-color: $thim_body_primary_color;
			color:        $thim_body_primary_color;
		}
	}
}

// Remove when test theme
.widget-area {
	.widget_categories,
	.widget_archive {
		ul li {
			color: $thim_font_title_color;
		}
	}
}

.widget-area aside.widget.newsletter .newsletter-content form input[type="email"]:focus {
	border-color: $thim_body_primary_color;
}