style(board banner): add themes for board subtitle

This commit is contained in:
plebeius.eth
2024-03-20 12:25:00 +01:00
parent 48f22055f4
commit 3be0214e86
3 changed files with 11 additions and 3 deletions
@@ -21,8 +21,8 @@
.boardAddress {
padding-top: 5px;
font-size: smaller;
color: var(--board-title-text-color);
font-size: var(--board-subtitle-font-size);
color: var(--board-subtitle-text-color);
}
.content hr {
+1 -1
View File
@@ -3,7 +3,7 @@ import { useParams } from 'react-router-dom';
import { useSubplebbit } from '@plebbit/plebbit-react-hooks';
import styles from './board-banner.module.css';
const totalBanners = 24;
const totalBanners = 25;
const ImageBanner = () => {
const [imagePath] = useState(() => {