generated from nhcarrigan/template
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aec68b86bb | |||
| 791a0fab4f |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "website-headers",
|
"name": "website-headers",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
+5
-4
@@ -131,13 +131,14 @@ const nhcarriganHeadersStyles = document.createElement("style");
|
|||||||
nhcarriganHeadersStyles.id = "nhcarrigan-global-styles";
|
nhcarriganHeadersStyles.id = "nhcarrigan-global-styles";
|
||||||
nhcarriganHeadersStyles.innerHTML = `
|
nhcarriganHeadersStyles.innerHTML = `
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'OpenDyslexic';
|
font-family: 'Vampyr';
|
||||||
src: url('https://cdn.nhcarrigan.com/fonts/OpenDyslexicMono-Regular.otf') format('opentype');
|
src: url('https://cdn.nhcarrigan.com/fonts/vampyr.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--foreground: #8F2447;
|
--foreground: #8F2447;
|
||||||
--background: #E1F6F9DC;
|
--background: #E1F6F9DC;
|
||||||
|
font-size: 16pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@@ -147,7 +148,7 @@ nhcarriganHeadersStyles.innerHTML = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: 'OpenDyslexic', monospace;
|
font-family: 'Vampyr', monospace;
|
||||||
cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto;
|
cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-width: 100vw;
|
min-width: 100vw;
|
||||||
@@ -206,7 +207,7 @@ footer {
|
|||||||
cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
|
cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: 'OpenDyslexic', monospace;
|
font-family: 'Vampyr', monospace;
|
||||||
}
|
}
|
||||||
#show-socials-button > i, #theme-select-button > i {
|
#show-socials-button > i, #theme-select-button > i {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user