Skip to content

Commit

Permalink
update header cursor size
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Dec 14, 2024
1 parent 3b0717e commit 32fba35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,7 @@ body {
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
font-size: 1.7rem;
vertical-align: top;
@media (min-width: 768px) {
font-size: 1.6rem;
}
font-size: 110%;
}
@keyframes blink {
0% {
Expand Down

0 comments on commit 32fba35

Please sign in to comment.