Hansimov commited on
Commit
ad148f4
1 Parent(s): f5054e3

:zap: [Enhance] Softer effects for blinking

Browse files
Files changed (1) hide show
  1. css/default.css +3 -3
css/default.css CHANGED
@@ -80,13 +80,13 @@
80
 
81
  @keyframes blink {
82
  0% {
83
- background-color: transparent;
84
  }
85
  50% {
86
- background-color: antiquewhite;
87
  }
88
  100% {
89
- background-color: transparent;
90
  }
91
  }
92
 
 
80
 
81
  @keyframes blink {
82
  0% {
83
+ border-color: transparent;
84
  }
85
  50% {
86
+ border-color: antiquewhite;
87
  }
88
  100% {
89
+ border-color: transparent;
90
  }
91
  }
92