From 28dc5d23ee6184298e44ab0d0ffdbc497b60197c Mon Sep 17 00:00:00 2001 From: Suhani Jain <110388864+suhjainadobe@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:45:38 +0530 Subject: [PATCH] Revert "MWPW-163754 Color difference is seen in the milo pages" (#3365) Revert "MWPW-163754 Color difference is seen in the milo pages (#3330)" This reverts commit 4bbfba0b72c648f67d32333a23ac36bbb19bd747. --- libs/styles/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/styles/styles.css b/libs/styles/styles.css index 94b16c9a59..839966a67e 100644 --- a/libs/styles/styles.css +++ b/libs/styles/styles.css @@ -799,10 +799,6 @@ a:hover { color: var(--link-hover-color); } -.dark a:hover { - color: var(--link-hover-color-dark); -} - a:has(> sub:only-child) { text-decoration: unset; } a > sub:only-child { text-decoration: underline; }