fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

View file

@ -20,20 +20,66 @@
--header-other: #E4F0FEff;
/* Link colors */
--link-color: #2667deff;
--link-color: #503e5cff;
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: #C0CEE8ff;
--border-secondary: #0C072Cff;
--border-image: #000300ff;
--border-primary: #3c294aff;
--border-secondary: #3c294aff;
--border-image: #3c294aff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: #AEA3F0ff;
--header-text: #0C072Cff;
--header-bg: ##3c294aff;
--header-text: #E4F0FEff;
/* Font families */
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
}
--font-headers: ft88, serif;
--font-body: ft88-serif, garamond, serif;
}
mark {
background-color: black;
color: white;
}
body {
background-image: url("http://up.thirdculture.top/LS8VePwNzq/the_church%282%29%20%281%29.png");
background-color: #cccccc;
background-repeat: repeat;
background-position-x: right;
background-size: 1300px 1100px;
}