HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/comet/_purple.css
/* background color */
body {
	background-color: #E6E3E8;
}

/* link colors */
a {
	color: #B91313;
}
a:hover {
	color: #E81E1E;
}

/* border color for menu and columns */
.menu, #c1, #c2, #c3, #secondary-menu {
	border-color: #D3C8DD;
}

/* background color for selected page in the menu - same color as above */
.menu li.current_page_item > a, .menu li.current_page_parent > a, .menu li:hover > a, .menu li ul li a { 
	background: #D3C8DD;
}

/* background color for widgets */
.widget, .comment-body, .sticky {
	background: #F3F2F4;
}

/* wiget titles */
.widget h2 {
	background: #DEDAE4;
	color: #7E7E7E;
}