console errors fix
This commit is contained in:
@@ -46,10 +46,7 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="images/logo/Appicon 1024X1024-01.png">
|
||||
<link rel="shortcut icon" href="images/logo/Appicon 1024X1024-01.png">
|
||||
|
||||
<!-- Fonts: local Montserrat + Google Fonts -->
|
||||
<link rel="stylesheet" href="style/fonts.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Raleway:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
/* ================================================================
|
||||
@@ -64,9 +61,9 @@
|
||||
--amber:#F57C00;--teal:#26A69A;--green:#66BB6A;
|
||||
--bg:#0e0d0c;--bg2:#161514;--bg3:#1c1b19;
|
||||
--text:#d4d0c8;--text-dim:#7a7668;--text-bright:#f5f2ea;
|
||||
--mono:'Space Mono','Courier New',monospace;
|
||||
--head:'Montserrat','Segoe UI',sans-serif;
|
||||
--body:'Raleway','Montserrat',sans-serif;
|
||||
--mono:'Consolas','Courier New',monospace;
|
||||
--head:'Segoe UI',system-ui,-apple-system,sans-serif;
|
||||
--body:system-ui,-apple-system,'Segoe UI',sans-serif;
|
||||
}
|
||||
html{scroll-behavior:smooth;font-size:16px}
|
||||
body{background:var(--bg);color:var(--text);font-family:var(--body);overflow-x:hidden;-webkit-font-smoothing:antialiased}
|
||||
|
||||
Reference in New Issue
Block a user