added styles for tridactyl links and code tags

This commit is contained in:
karizma 2021-06-04 21:13:12 -05:00
parent 704efbd7b5
commit 44db975661

View file

@ -28,6 +28,15 @@
--tridactyl-cmplt-option-height: 1.9em;
}
:root.TridactylOwnNamespace a {
color: #3b84ef;
}
:root.TridactylOwnNamespace code {
background-color: #2a333c;
padding: 3px 7px;
}
:root #command-line-holder {
order: 1;
border-radius: 5px !important;