diff --git a/assets/css/forum-styles.css b/assets/css/forum-styles.css index 6e282b8..bbd7c50 100644 --- a/assets/css/forum-styles.css +++ b/assets/css/forum-styles.css @@ -708,31 +708,6 @@ body { } -/* Responsive design */ -@media (max-width: 768px) { - .publish-card-view { - width: 90%; - padding: 2vh; - } - - .publish-card-button { - font-size: 1.8vh; - padding: 1.5vh; - } - - .publish-card-form button { - font-size: 1.8vh; - padding: 1.2vh; - } -} - -.refresh-cards-button { - border-color: white; - border-radius: 1.5vh; - background-color: black; - color: white; -} - /* Responsive Design */ @media (max-width: 768px) { .publish-card-view { @@ -754,8 +729,14 @@ body { .refresh-cards-button { border-color: white; border-radius: 1.5vh; - background-color: black; + background-color: rgba(0, 0, 0, 0.089); color: white; + font-size: 0.9rem; +} + +.refresh-cards-button:hover { + background-color: rgba(35, 129, 136, 0.137); + color: rgba(90, 201, 221, 0.793); } /* Two cards per row on medium screens */ diff --git a/assets/js/MinterBoard.js b/assets/js/MinterBoard.js index 88be43a..d1fef92 100644 --- a/assets/js/MinterBoard.js +++ b/assets/js/MinterBoard.js @@ -25,49 +25,99 @@ const loadMinterBoardPage = async () => { const publishButtonColor = '#527c9d' const minterBoardNameColor = '#527c9d' mainContent.innerHTML = ` -
Publish a Minter Card with Information, and obtain and view the support of the community. Welcome to the Minter Board!
- - - - - - - -