Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
udontur committed Jun 1, 2024
1 parent 3c6cf7d commit 79766ed
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions solid/black.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,15 @@

gtag('config', 'G-5VBXRTC113');
</script>
<script src="https://kit.fontawesome.com/de55c4cca3.js" crossorigin="anonymous"></script>
<title>Hadrian</title>
<link rel="icon" type="image/x-icon" href="/image/udontur.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
rel="stylesheet">
<style>
body{
background-color: #181818;
font-family: "JetBrains Mono", monospace;
scroll-behavior: smooth;
max-width: 608px;
margin: 0 auto;
}
::-moz-selection {
background-color: transparent;
background-color: black;
}
:root {
color-scheme: dark;
}
::selection {
background-color: transparent;
}
</style>
</head>
<body>

<script>
</script>
</body>
</html>

0 comments on commit 79766ed

Please sign in to comment.