Update themes
This commit is contained in:
parent
bae3f3e317
commit
b332ada909
10
css/theme_dashboard.css
Normal file
10
css/theme_dashboard.css
Normal file
@ -0,0 +1,10 @@
|
||||
body {
|
||||
max-width: 1024px;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 8px 16px;
|
||||
background-color: #eceff4;
|
||||
border-radius: 2px;
|
||||
border: 0;
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
<div class="logo">
|
||||
<picture>
|
||||
<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" />
|
||||
<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" />
|
||||
<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" />
|
||||
</picture>
|
||||
</div>
|
||||
<form>
|
||||
<button formaction="https://bearblog.dev/haothitran/dashboard/media/">Media Center</button>
|
||||
</form>
|
||||
<form>
|
||||
<button formaction="https://impossible-chihuahua.pikapod.net/dashboard">Umami</button>
|
||||
</form>
|
||||
|
@ -202,6 +202,10 @@ ul.blog-posts li span {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.icon-feed {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
.tags {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user