body{color:#fff;background-color:#120c02;margin:0;padding:0;font-family:monospace,Arial,sans-serif;transition:background-color .3s,color .3s}h1{color:#fff;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:24px;transition:color .3s;display:flex}p{color:#bbb;transition:color .3s}a{text-decoration:none}li{list-style-type:none}ul,li{margin:0;padding:0}.container{background-color:transparent;border-radius:8px;max-width:800px;margin:50px auto;padding:20px}.taglist{margin:20px auto}.tags{color:#888;font-size:14px;transition:color .3s}.tags:hover{color:#c49926}.tags a{color:#888;font-size:14px;text-decoration:none;transition:color .3s}.tags a:hover{color:#c49926}.note{margin-bottom:20px}.note span{color:#fff;margin:0;transition:color .3s}.note p{margin:0}.note .tags{color:#888;font-size:14px;transition:color .3s}.note a:hover .date{color:#f15a24}.floating-menu{background-color:transparent;border-radius:8px;flex-direction:row-reverse;align-items:center;gap:10px;padding:10px;display:flex;position:fixed;top:20px;right:20px}.floating-menu nav{flex-direction:row-reverse;align-items:center;display:flex}.floating-menu a{color:#fff;cursor:pointer;background-color:transparent;border:none;border-radius:4px;justify-content:center;align-items:center;height:30px;padding:10px;text-decoration:none;transition:background-color .3s,color .3s;display:flex}.floating-menu a:hover{color:#f15a24}.light-theme .floating-menu a{color:#333}.light-theme .floating-menu a:hover{color:#f15a24}.theme-toggle{cursor:pointer;background-color:transparent;border:none;align-items:center;padding:10px;display:flex;position:fixed;top:20px;right:20px}.theme-toggle svg{fill:#fff;width:24px;height:24px;transition:fill .3s}.light-theme{color:#333;background-color:#f8f9fa}.light-theme .container{background-color:#fff}.light-theme h1{color:#333}.light-theme .theme-toggle svg{fill:#333}.light-theme .tags{color:#666}.light-theme .note span{color:#000}.light-theme .note .tags{color:#666}.light-theme .note a:hover .date{color:#f15a24}