Disabling quirks mode and fixing class "namespace"

Adding <!doctype> on tutor template and adding
.TridacytlOwnNamespace class to generic selector
This commit is contained in:
Bruno Oliveira 2018-05-22 11:12:15 -03:00
parent 59b9833f46
commit e731cfb15d
2 changed files with 9 additions and 8 deletions

View file

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en" class="TridactylOwnNamespace"> <html lang="en" class="TridactylOwnNamespace">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">

View file

@ -41,14 +41,6 @@
} }
:root.TridactylThemeGreenmat table {
border-collapse: collapse;
}
:root.TridactylThemeGreenmat #completions table tr td {
color: var(--tridactyl-cmplt-fg);
}
:root.TridactylThemeGreenmat #completions .focused{ :root.TridactylThemeGreenmat #completions .focused{
border-bottom: 1px solid green; border-bottom: 1px solid green;
} }
@ -61,6 +53,14 @@
var(--focused-prefix-color)); var(--focused-prefix-color));
} }
:root.TridactylThemeGreenmat.TridactylOwnNamespace table {
border-collapse: collapse;
}
:root.TridactylThemeGreenmat.TridactylOwnNamespace #completions table tr td {
color: var(--tridactyl-cmplt-fg);
}
/* ### newtab ### */ /* ### newtab ### */
:root.TridactylThemeGreenmat.TridactylOwnNamespace code { :root.TridactylThemeGreenmat.TridactylOwnNamespace code {