diff --git a/static/ytr.html b/static/ytr.html index 8c67739..34177a4 100644 --- a/static/ytr.html +++ b/static/ytr.html @@ -18,8 +18,8 @@ body { display: table-cell; vertical-align: middle; - background-color: #000000; - color: white; + background-color: #1e1e1e; + color: #e5e5e5; font: small-caption; } @@ -29,12 +29,15 @@ h1 { text-align: center; + font-family: "Mustica Pro"; + font-weight: normal; } .button { - border: none; + border: 1px solid; color: white; padding: 10px 32px; + margin-bottom: 5px; text-align: center; text-decoration: none; display: inline-block; @@ -43,10 +46,18 @@ border-radius: 5px; } - #pipedbtn {background-color: darkred} /* Piped */ - #ytbtn {background-color: red} /* YouTube */ - #odybtn {background-color: purple} /* Odysee */ - #ptbtn {background-color: #C2540A} /* PeerTube */ + @media screen and (min-width: 0px) and (max-width: 500px) { + .button{ display: block; } + } + + #pipedbtn {background-color: rgba(139,0,0,.2); border-color: darkred} /* Piped */ + #pipedbtn:hover {background-color: darkred} + #ytbtn {background-color: rgba(255,0,0,.2); border-color: red} /* YouTube */ + #ytbtn:hover {background-color: red} + #odybtn {background-color: rgba(128,0,128,.2); border-color: purple} /* Odysee */ + #odybtn:hover {background-color: purple} + #ptbtn {background-color: rgba(194,84,10,.2); border-color: #C2540A} /* PeerTube */ + #ptbtn:hover {background-color: #C2540A} @font-face { font-family: "Mustica Pro"; @@ -61,10 +72,6 @@ font-weight: normal; font-style: normal } - - h1 { - font-family: "Mustica Pro"; - }