Change the colors of popup close button

This commit is contained in:
2026-01-07 19:39:15 -07:00
parent 08915ad2ae
commit a551d5fb52
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ body {
}
.close-button {
@apply flex justify-center items-center absolute bg-(--col3) hover:bg-(--col4) text-2xl cursor-pointer text-gray-300 hover:text-white h-12 w-12 p-3 rounded-lg left-2 top-2 transition-colors border border-(--col4) hover:border-(--col5);
@apply flex justify-center items-center absolute text-2xl text-gray-200 hover:text-white cursor-pointer h-12 w-12 p-3 rounded-lg left-2 top-2 transition-colors border;
}
*:focus {

View File

@@ -449,7 +449,7 @@ export default function RootLayout ({
>
<div className='popup-box'>
<button
className='close-button'
className='close-button btntheme1'
onClick={() => closePopup()}
>
<FontAwesomeIcon