Browse Source

fff all browser know

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
ab5d62ee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      qortal-ui-plugins/plugins/core/wallet/index.html

6
qortal-ui-plugins/plugins/core/wallet/index.html

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/font/material-icons.css" />
<link rel="stylesheet" href="/font/material-icons.css">
<style>
html {
--scrollbarBG: #a1a1a1;
@ -30,8 +30,8 @@
html,
body {
margin: 0;
background: white;
font-family: 'Roboto', sans-serif;
font-family: "Roboto", sans-serif;
background: #fff;
}
</style>
</head>

Loading…
Cancel
Save