aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/theme.css')
-rw-r--r--src/static/css/theme.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/static/css/theme.css b/src/static/css/theme.css
deleted file mode 100644
index fb350e2..0000000
--- a/src/static/css/theme.css
+++ /dev/null
@@ -1,19 +0,0 @@
-.blink_me {
- animation: blinker 1.5s linear infinite;
-}
-
-@keyframes blinker {
- 20% {
- opacity: 0.4;
- }
-}
-
-.modal p {
- word-wrap: break-word;
-}
-
-.create_drop {
- display: none;
- width: 100%;
-
-} \ No newline at end of file