Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-23 22:29:23 +00:00
parent 635979a136
commit 0da79d8dfa
1 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@
<meta name="author" content="Sarimoko by Travis Reames">
<meta name="description" content="Watch & listen on various platforms!">
<meta name="keywords" content="sarimoko, sari, moko, sariboto, boto, show">
<style>
:root {
<style>
:root {
--container-bg-color: #333;
--left-bg-color: rgba(223, 39, 39, 0.7);
--left-button-hover-color: rgba(161, 11, 11, 0.3);
--right-bg-color: rgba(43, 43, 43, 0.8);
--right-button-hover-color: rgba(92, 92, 92, 0.3);
--left-bg-color: rgba(43, 43, 43, 0.8);
--left-button-hover-color: rgba(92, 92, 92, 0.3);
--right-bg-color: rgba(223, 39, 39, 0.7);
--right-button-hover-color: rgba(161, 11, 11, 0.3);
--hover-width: 75%;
--other-width: 25%;
--speed: 1000ms;