diff options
Diffstat (limited to 'tools/pharos-dashboard/dashboard/static/css/theme.css')
-rw-r--r-- | tools/pharos-dashboard/dashboard/static/css/theme.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/dashboard/static/css/theme.css b/tools/pharos-dashboard/dashboard/static/css/theme.css new file mode 100644 index 00000000..4cec341d --- /dev/null +++ b/tools/pharos-dashboard/dashboard/static/css/theme.css @@ -0,0 +1,7 @@ +.blink_me { + animation: blinker 1.5s linear infinite; +} + +@keyframes blinker { + 20% { opacity: 0.4; } +}
\ No newline at end of file |