minor edited logo&color style

This commit is contained in:
Yanatchara JERAJA 2023-07-13 13:14:26 +07:00
parent 704b04b9df
commit 3149f572de
3 changed files with 12 additions and 8 deletions

View File

@ -42,7 +42,7 @@ const Navbar = () => {
window.scrollTo(0, 0);
}}
>
<img src={logo} alt='logo' className='w-9 h-9 object-contain'/>
<img src={logo} alt='logo' className='w-9 h-9 object-contain' style={{ borderRadius: '50%' }}/>
<p className='text-white text-[18px] font-bold cursor-pointer flex '>
SOS CAMP &nbsp;
<span className='sm:block hidden'> | 12th</span>

View File

@ -72,7 +72,7 @@ p.MuiTypography-root {
/* jode color */
h2.MuiTypography-root {
color: #7DD6F6;
color: #fc6ac3;
}
/* jode link */
@ -97,7 +97,7 @@ h2.MuiTypography-root {
border-radius: 0;
}
#dark .jodeCheckBox {
.jodeCheckBox {
margin-left: auto;
}
@ -206,17 +206,17 @@ h2.MuiTypography-root {
border-radius: 0;
}
#light .MuiButtonBase-root.MuiCheckbox-root :hover {
.MuiButtonBase-root.MuiCheckbox-root :hover {
background-color: #2B3E52;
border-radius: 0;
}
#light .jodeCheckBox {
.jodeCheckBox {
margin-left: auto;
}
#light .MuiSvgIcon-root {
color: #3598db;
.MuiSvgIcon-root {
color: #ee4dd9;
display: flex;
}
@ -352,3 +352,7 @@ h4.mail {
cursor: pointer;
}
.border-gray-500 {
--tw-border-opacity: 0;
}