GH-1960 - Fixing link color on card (Personal Server) (#2087)

* Fixing link color on card (Personal Server)

* Updating UI

* Updating css
This commit is contained in:
Asaad Mahmood 2022-01-12 00:00:01 +05:00 committed by GitHub
parent 9290194529
commit ac5d408859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,13 @@
/* Markdown Editor */
.product-wrapper {
.octo-editor-preview {
a {
color: rgba(var(--link-color-rgb), 1);
}
}
}
.MarkdownEditor {
cursor: text;
@ -13,8 +21,6 @@
.octo-editor-preview {
a {
color: rgba(var(--link-color-rgb), 1);
&:hover {
text-decoration: underline;
}