make new
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
2024-10-23 17:35:42 +02:00
parent db61ef4b96
commit 2c529632c1
25 changed files with 10562 additions and 230 deletions

View File

@@ -386,4 +386,5 @@ header #menu button, #info-menu button, #info-mobile-menu button{
header #menu button a{
@apply
px-0
}
}

View File

@@ -40,15 +40,30 @@ code {
@apply text-gray-400;
}
.text-blue-light {
@apply text-blue-500;
}
/* Custom blue text color classes */
.text-blue-50 { color: #eff6ff; }
.text-blue-100 { color: #dbeafe; }
.text-blue-200 { color: #bfdbfe; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-800 { color: #1e40af; }
.text-blue-900 { color: #1e3a8a; }
/* Custom blue background color classes */
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-blue-200 { background-color: #bfdbfe; }
.bg-blue-300 { background-color: #93c5fd; }
.bg-blue-400 { background-color: #60a5fa; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-700 { background-color: #0160ee; }
.bg-blue-800 { background-color: #1e40af; }
.bg-blue-900 { background-color: #1e3a8a; }
.text-blue-dark {
/* for dark mode
@apply text-blue-200;
*/
}
.text-shadow-titles {
text-shadow: 4px 4px 2px #000;