mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
Moved files for better centralized management
This commit is contained in:
parent
cbf900c49f
commit
ee088ef1dd
4 changed files with 4 additions and 2 deletions
57
terms/index.css
Normal file
57
terms/index.css
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
@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;
|
||||
background-color: antiquewhite;
|
||||
color: rgb(81, 52, 36);
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue