mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
Fix linting
This commit is contained in:
parent
35823da941
commit
be33385316
@ -769,7 +769,7 @@ select:-webkit-autofill:focus {
|
||||
padding-left: 70px;
|
||||
}
|
||||
|
||||
.terminal-timeline:before {
|
||||
.terminal-timeline::before {
|
||||
content: ' ';
|
||||
background: var(--secondary-color);
|
||||
display: inline-block;
|
||||
@ -784,7 +784,7 @@ select:-webkit-autofill:focus {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.terminal-timeline .terminal-card:before {
|
||||
.terminal-timeline .terminal-card::before {
|
||||
content: ' ';
|
||||
background: var(--invert-font-color);
|
||||
border: 2px solid var(--secondary-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user