feat: theme
This commit is contained in:
parent
8df0766439
commit
fb0229d80e
7 changed files with 89 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<span>ʕ •ᴥ•ʔ</span>
|
||||
<span id="theme-toggle">ʕ•ᴥ•ʔつ☼</span>
|
||||
<div class="footer-links">
|
||||
<a href="/gist.html" data-topic="gist">gist</a>
|
||||
<a href="/git.html" data-topic="git">git</a>
|
||||
|
|
@ -20,6 +20,10 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#theme-toggle {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
.footer-links a {
|
||||
margin-left: 25px;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue