mirror of
https://github.com/wowlikon/LiB.git
synced 2026-03-21 23:53:38 +00:00
Изменение ИИ курсора
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}{% block content %}
|
{% extends "base.html" %}{% block content %}
|
||||||
<style>
|
<style>
|
||||||
.typing-cursor::after {
|
.typing-cursor::after {
|
||||||
content: '▋';
|
content: '⣿';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
animation: blink 1s step-end infinite;
|
animation: blink 1s step-end infinite;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}{% block content %}
|
{% extends "base.html" %}{% block content %}
|
||||||
<style>
|
<style>
|
||||||
.typing-cursor::after {
|
.typing-cursor::after {
|
||||||
content: '▋';
|
content: '⣿';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
animation: blink 1s step-end infinite;
|
animation: blink 1s step-end infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user