@charset "UTF-8";

/*
Theme Name: RB Portfolio Two
Theme URI: https://github.com/BashirRased/wp-theme-rb-portfolio-two
Author: Bashir Rased
Author URI: https://profiles.wordpress.org/bashirrased2017/ 
Description: RB Portfolio Two is a portfolio website.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rb-portfolio-two
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks

RB Portfolio Two WordPress Theme, (C) 2022 Bashir Rased.
RB Portfolio Two is distributed under the terms of the GNU GPL.
*/

body {
	color: #222222;	
}
.theme-colors {
	background-color: #ffffff;
}
.about-me {
	background-color: #ccc;
}
.services {
	background-color: #ccc;
}
.portfolio-menu ul li {
	border: 1px solid #222222;
}
.section-title h2:before {
	background-color: #222222;
}
.my-resume {
	background-color: #ccc;
}
.contact-info-box {
	background-color: #ccc;
}
.footer-area {
	background-color: #ccc;
}