4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

fff all browser know

This commit is contained in:
AlphaX-Projects 2022-01-02 18:50:12 +01:00 committed by GitHub
parent 9a0ed32391
commit ab5d62ee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>