Moved files for better centralized management

This commit is contained in:
xtzws 2025-04-21 16:10:47 -04:00 committed by GitHub
parent cbf900c49f
commit ee088ef1dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

Binary file not shown.

View file

@ -1,55 +0,0 @@
@font-face {
font-family: "Satoshi";
font-weight: 300 900;
font-style: normal;
src: url("Satoshi-Variable.woff2") format("woff2");
}
html {
font-family: "Satoshi";
font-size: 1.05em;
font-feature-settings: "ss02" 1, "ss03" 1;
text-wrap: pretty;
}
body {
max-width: 750px;
margin-inline: auto;
padding: 10px;
}
h1 {
text-decoration-line: underline;
text-decoration-color: #0E4385;
text-decoration-style: wavy;
}
h2 {
text-decoration-line: underline;
text-decoration-color: #C52947;
text-decoration-style: wavy;
}
p {
font-weight: 450;
margin-block: 1lh;
}
a {
color: #C52947;
}
.clref {
text-align: center;
}
.climg {
max-width: 31px;
display: block;
margin-inline: auto;
margin-block-end: -1lh;
}
.anchor {
scroll-margin-top: 70px;
}

View file

@ -4,8 +4,8 @@
<title>Isaacs Free or Discounted Services Agreement</title>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="../logo.png">
<link rel="stylesheet" href="../index.css">
<link rel="icon" href="../../logo.png">
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB