Изменение ИИ курсора

This commit is contained in:
2026-02-25 15:50:05 +03:00
parent d1bd4b0561
commit 0eab2cb506
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends "base.html" %}{% block content %}
<style>
.typing-cursor::after {
content: '';
content: '';
display: inline-block;
vertical-align: bottom;
animation: blink 1s step-end infinite;
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends "base.html" %}{% block content %}
<style>
.typing-cursor::after {
content: '';
content: '';
display: inline-block;
vertical-align: bottom;
animation: blink 1s step-end infinite;