:root,[data-theme=dark]{--primary-color: #a78bfa;--background-color: #0f0f14;--yunagi-header-bg: rgba(15, 15, 20, 0.72);--yunagi-header-border: rgba(255, 255, 255, 0.08)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--primary-color: #a78bfa;--background-color: #0f0f14;--yunagi-header-bg: rgba(15, 15, 20, 0.72);--yunagi-header-border: rgba(255, 255, 255, 0.08)}}header{position:sticky;top:0;z-index:50;background-color:var(--yunagi-header-bg);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--yunagi-header-border)}.navbar{padding-inline:1rem}a:hover{background-color:rgba(0,0,0,0);color:var(--primary-color);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.2em}a:not(.no-hover-padding):hover::before{display:none}.home-title:hover{text-decoration:none}.bloglist-content div .bloglist-title a:hover{color:var(--primary-color)}[data-theme=dark] .social:hover>img,:root:not([data-theme=light]) .social:hover>img{filter:invert(1);opacity:.7}