mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-09 06:08:10 +02:00
Experimented with hope/fear pulsed text and the DhCompatible logo
This commit is contained in:
parent
a148aa3bcb
commit
47a852754c
7 changed files with 37 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue