summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/commun.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 09f51e2..e0f7c8d 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -130,9 +130,6 @@ footer.legal {
nav li.dropdown {
position: relative;
}
- nav li.dropdown > a {
- transition: background 0s 0.5s, color 0s 0.5s;
- }
nav li.dropdown ul {
position: absolute;
width: 100%;
@@ -144,7 +141,6 @@ footer.legal {
transition: max-height 0.5s;
}
nav li.dropdown:hover > a {
- transition: none;
background: white;
color: var(--gold);
}