mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Add a css namespace to our controlled pages
Means we can safely style our own pages from themes.
This commit is contained in:
parent
cef95bb214
commit
59e737f254
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="TridactylOwnNamespace">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/cleanslate.css">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<html lang="en" style="display: none;">
|
||||
<!doctype html>
|
||||
<html lang="en" style="display: none;" class="TridactylOwnNamespace">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/newtab.css">
|
||||
|
|
Loading…
Add table
Reference in a new issue