diff --git a/css/main.css b/css/main.css index b2ca6b6..f753241 100755 --- a/css/main.css +++ b/css/main.css @@ -305,4 +305,14 @@ button { .show { display: block; } -.icon { height: 1.4em; } \ No newline at end of file +.icon { height: 1.4em; } + +.u { text-decoration: underline; } + +.loader { + animation: blink 1s linear infinite; +} + +@keyframes blink { + 50% { opacity: 0; } +} \ No newline at end of file diff --git a/index.php b/index.php index 8aa15e9..12b7270 100755 --- a/index.php +++ b/index.php @@ -125,7 +125,7 @@