mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(home): add missing color on hover
This commit is contained in:
@@ -342,4 +342,8 @@
|
||||
color: var(--homepage-box-bar-text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: var(--homepage-box-bar-text-color-hover);
|
||||
}
|
||||
}
|
||||
@@ -60,7 +60,6 @@ const PopularThreadsBox = ({ multisub, subplebbits }: { multisub: Subplebbit[];
|
||||
const filteredSubplebbits = useMemo(getFilteredSubplebbits, [subplebbits, showWorksafeContentOnly, showNsfwContentOnly, multisub]);
|
||||
const popularPosts = usePopularPosts(filteredSubplebbits);
|
||||
|
||||
console.log(showWorksafeContentOnly, showNsfwContentOnly);
|
||||
return (
|
||||
<div className={styles.box}>
|
||||
<div className={`${styles.boxBar} ${styles.color2ColorBar}`}>
|
||||
|
||||
Reference in New Issue
Block a user