mirror of
https://github.com/wowlikon/LiB.git
synced 2026-03-21 15:43:38 +00:00
Изменение ИИ курсора
This commit is contained in:
@@ -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,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;
|
||||
|
||||
Reference in New Issue
Block a user