From 51abaf7862968a2796c35c24e7675d044ad6dbbc Mon Sep 17 00:00:00 2001 From: Karson Kalt Date: Thu, 18 Jul 2024 10:02:29 -0400 Subject: [PATCH] remove hover from stdout --- _sass/custom-styles.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_sass/custom-styles.scss b/_sass/custom-styles.scss index f1f27bb..3671ae8 100644 --- a/_sass/custom-styles.scss +++ b/_sass/custom-styles.scss @@ -409,14 +409,6 @@ & .stdout-output { color: #ffffffdb; } - - &:hover { - background-color: var(--white-05); - } - - &:hover .stdout-output { - color: #ffffff; - } } }