mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(board banner): add themes for board subtitle
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user