diff --git a/version.css b/version.css
index 99744954..941eafdf 100644
--- a/version.css
+++ b/version.css
@@ -10,7 +10,7 @@
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
- background-color: #2980B9;
+ background-size: 0.8em;
}
/* The container
- needed to position the dropdown content */
@@ -25,13 +25,14 @@
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
- color: black;
+ # color: black;
+ color: #3A568E;
padding: 4px 6px;
text-decoration: none;
display: block;
diff --git a/version.js b/version.js
index 3307f57a..7461bfbb 100644
--- a/version.js
+++ b/version.js
@@ -1,5 +1,5 @@
const versions = {
- "main": "v1.10.2-dev1+g4b4c680 (main)",
+ "main": "v1.10.2-dev1 (main)",
"v1.10.1": "v1.10.1 (latest)"
};