|
|
|
@ -1,26 +1,13 @@ |
|
|
|
|
<!doctype html> |
|
|
|
|
<html data-theme="dark"> |
|
|
|
|
<html> |
|
|
|
|
<head> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
<title>MetaMask Notification</title> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index.css" title="ltr"> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index-rtl.css" title="rtl" disabled> |
|
|
|
|
<style> |
|
|
|
|
@media (prefers-color-scheme: dark) { |
|
|
|
|
#app-content { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
background-color: var(--brand-colors-grey-grey800) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: light) { |
|
|
|
|
#app-content { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
background-color: var(--color-background-default) !important; |
|
|
|
|
} |
|
|
|
|
#app-content { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#loading__logo { |
|
|
|
@ -37,6 +24,8 @@ |
|
|
|
|
margin-top: 1rem; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index.css" title="ltr"> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index-rtl.css" title="rtl" disabled> |
|
|
|
|
</head> |
|
|
|
|
<body class="notification"> |
|
|
|
|
<div id="app-content"> |
|
|
|
|