Experimented with hope/fear pulsed text and the DhCompatible logo

This commit is contained in:
WBHarry 2026-06-07 17:06:40 +02:00
parent a148aa3bcb
commit 47a852754c
7 changed files with 37 additions and 0 deletions

View file

@ -234,6 +234,20 @@
}
}
@keyframes pause-pulse {
0% {
filter: drop-shadow(0 0 5px @secondary-blue);
}
50% {
filter: drop-shadow(0 0 5px @golden);
}
100% {
filter: drop-shadow(0 0 5px @secondary-blue);
}
}
// LESS variable versions of core foundry color variables
@color-border: var(--color-border);
@color-fieldset-border: var(--color-fieldset-border);