Phobia trigger words are highlighted in pulsing red/black (#40885)

* Phobia trigger words are highlighted in pulsing red/black

* .

* !

* >:(

* fixes

* fixes 2
This commit is contained in:
XDTM
2018-10-23 14:49:05 +02:00
committed by yogstation13-bot
parent 0131db4a67
commit 7bbcad6a72
3 changed files with 25 additions and 8 deletions

View File

@@ -162,6 +162,14 @@ h1.alert, h2.alert {color: #000000;}
25% { color: #410194; }
50% { color: #7f17d8; }
75% { color: #410194; }
100% { color: #3bb5d3; }
}
.phobia {color: #dd0000; font-weight: bold; animation: phobia 750ms infinite;}
@keyframes phobia {
0% { color: #0d0d0d; }
50% { color: #dd0000; }
100% { color: #0d0d0d; }
}
.icon {height: 1em; width: auto;}