Skip to content

Commit

Permalink
Update tuicss.css
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jul 16, 2024
1 parent 4a7342c commit 5aa9d6d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -2780,16 +2780,14 @@ svg {

.bio__desc::after {
content: "";
position: absolute;
top: 0;
right: -15px;
/* Remove display: inline-block if not required to be on the same line as text etc */
display: inline-block;
background-color: #606060;
background-color: white;
margin-left: -6px;
vertical-align: top;
width: 10px;
width: 6px;
/* Set height to the line height of .text */
height: 24px;
height: 15px;
/*
Animation paramaters:
blink = animation-name,
Expand Down

0 comments on commit 5aa9d6d

Please sign in to comment.