Update themes

This commit is contained in:
Hao Tran 2025-02-01 21:07:58 -05:00
parent bae3f3e317
commit b332ada909
3 changed files with 20 additions and 7 deletions

10
css/theme_dashboard.css Normal file
View File

@ -0,0 +1,10 @@
body {
max-width: 1024px;
}
button {
padding: 8px 16px;
background-color: #eceff4;
border-radius: 2px;
border: 0;
}

View File

@ -1,7 +1,6 @@
<div class="logo"> <form>
<picture> <button formaction="https://bearblog.dev/haothitran/dashboard/media/">Media Center</button>
<source style="float: right; margin-top: 4px;" srcset="https://bear-images.sfo2.cdn.digitaloceanspaces.com/haothitran/logo_black_square-626x626.webp" media="(prefers-color-scheme: light)" width=64 height=64" /> </form>
<source style="float: right; margin-top: 4px;" srcset="https://bear-images.sfo2.cdn.digitaloceanspaces.com/haothitran/logo_white_square-626x626.webp" media="(prefers-color-scheme: dark)" width=64 height=64" /> <form>
<img style="float: right; margin-top: 4px;" src="https://bear-images.sfo2.cdn.digitaloceanspaces.com/haothitran/logo_black_square-626x626.webp" width=64 height=64" /> <button formaction="https://impossible-chihuahua.pikapod.net/dashboard">Umami</button>
</picture> </form>
</div>

View File

@ -202,6 +202,10 @@ ul.blog-posts li span {
padding-right: 8px; padding-right: 8px;
} }
.icon-feed {
margin-left: .5rem;
}
.tags { .tags {
margin-top: 2rem; margin-top: 2rem;
} }