From 00880ccadc4fc4af7b73357c257e3a590f35050e Mon Sep 17 00:00:00 2001 From: TLSM Date: Tue, 22 Nov 2022 19:09:42 -0500 Subject: [PATCH] zoz zle zozzle --- files/assets/css/main.css | 16 ++++++++++++++++ files/helpers/actions.py | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 141aebdb8..1e35da3d2 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5022,6 +5022,22 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) { pat-pfp-anim .3s infinite; } +@keyframes rb { + 10% { color: red; } + 20% { color: orange; } + 30% { color: yellow; } + 40% { color: green; } + 50% { color: cyan; } + 70% { color: blue; } + 80% { color: indigo; } + 90% { color: violet; } +} + +.zozbot { + font-weight: bold; + animation: rb 8s linear infinite; +} + .text-black { color: var(--black); } diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 07d9433b8..472e938e2 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -203,7 +203,7 @@ def execute_zozbot(c, level, parent_submission, v): level=level+1, is_bot=True, body="zoz", - body_html="

zoz

", + body_html='

zoz

', top_comment_id=c.top_comment_id, ghost=c.ghost, distinguish_level=6 @@ -220,7 +220,7 @@ def execute_zozbot(c, level, parent_submission, v): level=level+2, is_bot=True, body="zle", - body_html="

zle

", + body_html='

zle

', top_comment_id=c.top_comment_id, ghost=c.ghost, distinguish_level=6 @@ -236,7 +236,7 @@ def execute_zozbot(c, level, parent_submission, v): level=level+3, is_bot=True, body="zozzle", - body_html="

zozzle

", + body_html='

zozzle

', top_comment_id=c.top_comment_id, ghost=c.ghost, distinguish_level=6