mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update radio panel
This commit is contained in:
@@ -3,14 +3,10 @@
|
||||
<title>Radio Stations</title>
|
||||
<link rel="icon" href="radio.png">
|
||||
<style>
|
||||
body {color: white; background: black;}
|
||||
body {color-scheme: dark; color: white; background: black;}
|
||||
div {display: flex; align-items: center; background: #1a1a1a; border: 1px solid #303030;}
|
||||
div img {height: 80px; padding: 5px 10px;border: 1px solid #303030;}
|
||||
div audio {margin: 0 auto; width: 85vw;}
|
||||
audio::-webkit-media-controls-panel {background-color: #303030;}
|
||||
audio::-webkit-media-controls-mute-button,audio::-webkit-media-controls-play-button {background-color: white; border-radius: 50%;}
|
||||
audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display {color: #fff;}
|
||||
}
|
||||
div img {height: 80px; padding: 8px;border: 1px solid #303030;}
|
||||
div audio {padding: 0 10px; width: 100%;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user