mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-07 13:53:00 -04:00
Update html/watch.ejs
This commit is contained in:
parent
7ee79d8013
commit
0fdb869af7
1 changed files with 5 additions and 3 deletions
|
@ -2539,9 +2539,11 @@ a {
|
||||||
<div class="app" style="color:#fff;margin-top: 0;">
|
<div class="app" style="color:#fff;margin-top: 0;">
|
||||||
<nav style="
|
<nav style="
|
||||||
height: 2em;
|
height: 2em;
|
||||||
background: rgba(128, 128, 128, 0.6);
|
margin-bottom: 1em;
|
||||||
backdrop-filter: blur(8px);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
-webkit-backdrop-filter: blur(8px);
|
backdrop-filter: blur(12px);
|
||||||
|
-webkit-backdrop-filter: blur(12px);
|
||||||
|
border-radius: 12px;
|
||||||
">
|
">
|
||||||
<div class="left"><a class="class" href="/" style="font-family:Inter,sans-serif;color:#fff">
|
<div class="left"><a class="class" href="/" style="font-family:Inter,sans-serif;color:#fff">
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue