Implement cooldowns

This commit is contained in:
Dominic Ferrando
2025-04-19 21:50:19 -04:00
parent 10ab0edfc8
commit ae66403cea
7 changed files with 204 additions and 116 deletions
+11 -1
View File
@@ -70,7 +70,6 @@ body {
.catalog-preview h1 {
font-size: 14px;
color: #0F0C5D;
font-weight: bold;
}
@@ -82,6 +81,7 @@ body {
.catalog-preview-link {
text-decoration: none;
cursor: pointer;
color: #0F0C5D;
}
.catalog-preview-img {
@@ -251,3 +251,13 @@ body {
.box p {
padding: 10px;
}
.warning {
background: #FFAAAA;
color: #000;
border: 1px solid #000;
padding: 8px;
margin: 5px 0;
font-size: 12px;
}