diff --git a/style.css b/style.css index 85db9b2..be6446e 100644 --- a/style.css +++ b/style.css @@ -810,6 +810,38 @@ footer { -webkit-animation: unset !important; } + .terminal { + .term-input { + .blink { + animation: unset !important; + -moz-animation: unset !important; + -webkit-animation: unset !important; + } + } + + .terminal:hover { + .term-titlebar { + div { + #minimize-btn { + background: var(--yellow); + } + #maximize-btn { + background: var(--green); + } + #close-btn { + background: var(--red); + } + } + } + .term-input { + .blink { + display: unset; + } + } + border-color: var(--green); + } + } + #sneexy > section > #pfp { animation: unset !important; }