new style + some posts
This commit is contained in:
parent
2d53d00d20
commit
8f8150eaac
21 changed files with 847 additions and 788 deletions
6
script/hue.ts
Normal file
6
script/hue.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export {}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const hue = `${Math.random() * 360}`;
|
||||
document.documentElement.style.setProperty('--base-hue', hue);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue