docs adjustments

This commit is contained in:
antonio
2024-06-09 17:01:20 +02:00
parent d51ae9cb89
commit 2720222048
13 changed files with 60 additions and 34 deletions

View File

@@ -28,3 +28,18 @@
--ifm-color-primary-lightest: #84c0ff;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
/* Targeting the GitHub link button */
.navbar__link--github {
background-color: #333;
color: #fff;
padding: 10px;
border-radius: 5px;
transition: background-color 0.3s ease, color 0.3s ease;
}
.navbar__link--github:hover {
background-color: #555;
color: #ddd;
}