From af110cfec41b6af0eb79228110fba2d5924f3b54 Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Tue, 5 Oct 2021 00:47:31 +0500 Subject: [PATCH] dropdown-item -> di --- css/desktop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/desktop.css b/css/desktop.css index b36e11c..9b913f1 100644 --- a/css/desktop.css +++ b/css/desktop.css @@ -163,7 +163,7 @@ max-height: 400px; } - .dropdown-item { + .di { color: #00FFFF; padding-top: 5px; padding-bottom: 5px; @@ -177,7 +177,7 @@ max-height: 400px; } -.dropdown-item:hover { +.di:hover { color: white; background-color: darkblue; }