fix: make links in markdown note bolder

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2022-01-12 16:54:11 +01:00
parent 51dffdacd6
commit 4e31332fe4

View File

@@ -334,4 +334,15 @@ h5 {
#app-sidebar .app-sidebar-header__desc h4 { #app-sidebar .app-sidebar-header__desc h4 {
font-size: 12px !important; font-size: 12px !important;
} }
.vue-easymde .cm-s-easymde .cm-link {
color: var(--color-main-text);
}
.vue-easymde .cm-s-easymde .cm-string.cm-url,
.vue-easymde .cm-s-easymde .cm-formatting.cm-link,
.vue-easymde .cm-s-easymde .cm-formatting.cm-url,
.vue-easymde .cm-s-easymde .cm-formatting.cm-image {
color: var(--color-text-maxcontrast);
}
</style> </style>