Extract and Highlight org-mode tags in HTML render of search results

This commit is contained in:
Debanjum Singh Solanky
2022-07-28 19:50:55 +04:00
parent c6c248df26
commit e8029bf415
2 changed files with 19 additions and 0 deletions

View File

@@ -177,6 +177,13 @@
span.task-status.done {
background-color: #06a77d;
}
span.task-tag {
color: white;
padding: 3.5px 3.5px 0;
margin-right: 5px;
border-radius: 5px;
background-color: #bbb;
}
</style>
</html>