Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
McbeEringi committed Nov 23, 2023
1 parent bae67f1 commit 8dea53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chofusai2023/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
main{max-width:800px;margin:auto;}
header{position:sticky;top:8px;display:flex;justify-content:space-between;pointer-events:none;z-index:10;}
header>a,header>nav>a,main img,iframe{background:var(--gray);backdrop-filter:blur(4px);border-radius:12px;box-sizing:border-box;padding:8px;}
header>a,header>nav>a,main img,iframe,hr,footer{background:var(--gray);backdrop-filter:blur(4px);border-radius:12px;box-sizing:border-box;padding:8px;}
hr{appearancenone;-webkit-appearance:none;border:none;padding:3px;}
header a{text-decoration:none;color:var(--fg) !important;}
header>*{display:flex;align-items:center;pointer-events:auto;}
header>a *{margin:0;}
Expand All @@ -31,7 +32,6 @@
</nav>
</header>
`],['beforeend',`
<hr>
<footer>
&copy; 2023 UEC Koken. All rights reserved.
<div class="social-links">
Expand All @@ -45,4 +45,4 @@
[...d.querySelectorAll('header nav>a')].forEach(x=>x.textContent==d.title.split(' ').reverse()[0]&&x.classList.add('active'))
)
)
))(document);
))(document);

0 comments on commit 8dea53f

Please sign in to comment.