mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Stop using quirks mode in commandline.html
If you don't use a doctype then browsers use quirks mode, which is very confusing. In particular tables don't inherit styles properly and Olie gets very confused.
This commit is contained in:
parent
133c3817ef
commit
532f0acd67
2 changed files with 1 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
@ -30,7 +30,3 @@
|
|||
--tridactyl-hint-bg: rgba(13, 31, 54, 0.25);
|
||||
--tridactyl-hint-outline: 1px solid var(--tridactyl-hintspan-bg);
|
||||
}
|
||||
|
||||
:root.TridactylThemeDark #completions table tr td {
|
||||
color: var(--tridactyl-cmplt-fg);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue