From 30cf3b515dd3428fe24c3213f0e8748fc90823cc Mon Sep 17 00:00:00 2001 From: arezou <git@gitlab.tugraz.at> Date: Tue, 7 Jan 2025 13:37:11 +0100 Subject: [PATCH] green changed to gray --- cssfile/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cssfile/main.css b/cssfile/main.css index d1c48e2..9a809d1 100644 --- a/cssfile/main.css +++ b/cssfile/main.css @@ -1,4 +1,4 @@ - +git pus .parent{ width: 250px; @@ -24,11 +24,11 @@ } } .parent:hover { - background-color: greenyellow; + background-color: yellow; border-radius: 50px 0 50px 0; } .parent:hover .child{ - background-color: purple; + background-color: blue; border-radius: 0 50px 0 50px; } .parent:hover .child.subchild { @@ -45,7 +45,7 @@ } .parent .child .child.subchild:hover{ border-radius: 50px; - background-color: whitesmoke; + background-color: gray; } -- GitLab