title & tiny update.

This commit is contained in:
Dooho Yi 2021-01-07 11:52:51 +09:00
parent 8c31f99bc7
commit cfc5c01388
2 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,7 @@ html_head = """
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
<meta name="generator" content="distribusi" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>lost|traIn</title>
<style>
%s
</style>

View file

@ -140,6 +140,14 @@ audio::-webkit-media-controls-enclosure {
background-color: rgba(50, 135, 120, 1.0);
}
audio::-webkit-media-controls-current-time-display {
text-shadow: none;
}
audio::-webkit-media-controls-time-remaining-display {
text-shadow: none;
}
a[href^="../"] {
visibility: hidden;
}