Move setting search to built-in functionality

This commit is contained in:
Cohee
2023-10-21 20:55:51 +03:00
parent 999c1b1105
commit 7e116f8b1f
5 changed files with 29 additions and 41 deletions

View File

@@ -6,6 +6,12 @@
color: var(--fullred);
}
.highlighted {
color: black;
background-color: yellow;
text-shadow: none !important;
}
.m-t-0 {
margin-top: 0;
}