0b4f918208
* chore: switch theme to zustand, delete context * chore: switch apps/componenets to consume the hook * chore: update storybook theme usage to use documentElement * chore: dry up theme switcher listener for storybooks * feat: optional theme param to allow toggling * chore: add additional check for matchMedia function * chore: change block explorer test to use light theme as its the default * chore: remove unused headerprops for multisig-signer * chore: remove unused props from theme switcher component * chore: dry up validateTheme func * chore: remove unused props from explorer header test * chore: use new theme switcher in account history container
21 lines
636 B
HTML
21 lines
636 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title>Vega Protocol static asseets</title>
|
|
<link rel="stylesheet" href="fonts.css" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<h1 style="font-family: AlphaLyrae; font-weight: normal">
|
|
Vega Protocol static assets
|
|
</h1>
|
|
<ul>
|
|
<li><a href="./fonts.css">AlphaLyrae font</a></li>
|
|
<li><a href="./favicon.ico">Favicon</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|