Commit 3b7755a2 authored by Goutte's avatar Goutte

Make borders of the menu elements a little less salient.

parent 69f44c94
Pipeline #193 passed with stage
in 43 seconds
...@@ -194,9 +194,9 @@ iframe.geogebra { ...@@ -194,9 +194,9 @@ iframe.geogebra {
} }
.mobile-menu details { .mobile-menu details {
border-top: 1px solid #424242; border-top: 1px solid #323232;
border-left: 1px solid #424242; border-left: 1px solid #323232;
border-bottom: 1px solid #424242; border-bottom: 1px solid #323232;
border-top-left-radius: 0.618rem; border-top-left-radius: 0.618rem;
padding-bottom: 0.1em; padding-bottom: 0.1em;
} }
...@@ -213,9 +213,9 @@ iframe.geogebra { ...@@ -213,9 +213,9 @@ iframe.geogebra {
.mobile-menu li > a { .mobile-menu li > a {
padding: 0.2em 0.1em 0.3em 0.4em; padding: 0.2em 0.1em 0.3em 0.4em;
display: block; display: block;
border-top: 1px solid #424242; border-top: 1px solid #323232;
border-left: 1px solid #424242; border-left: 1px solid #323232;
border-bottom: 1px solid #424242; border-bottom: 1px solid #323232;
} }
.mobile-menu a.active { .mobile-menu a.active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment