mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
added styles for tridactyl links and code tags
This commit is contained in:
parent
704efbd7b5
commit
44db975661
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@
|
||||||
--tridactyl-cmplt-option-height: 1.9em;
|
--tridactyl-cmplt-option-height: 1.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root.TridactylOwnNamespace a {
|
||||||
|
color: #3b84ef;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root.TridactylOwnNamespace code {
|
||||||
|
background-color: #2a333c;
|
||||||
|
padding: 3px 7px;
|
||||||
|
}
|
||||||
|
|
||||||
:root #command-line-holder {
|
:root #command-line-holder {
|
||||||
order: 1;
|
order: 1;
|
||||||
border-radius: 5px !important;
|
border-radius: 5px !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue