Merge pull request #1374 from medusajs/docs/fix-links-styling

Docs: added color for links in documentation content
This commit is contained in:
Shahed Nasser
2022-04-19 17:54:00 +03:00
committed by GitHub
+9
View File
@@ -257,3 +257,12 @@ footer {
details summary {
cursor: pointer;
}
.theme-doc-markdown a {
color: #9461ff;
}
.theme-doc-markdown a:hover {
color: #6e3eff;
text-decoration: none;
}