fixed some minor formatting

pull/4/head
RiedleroD 2023-05-10 10:56:15 +02:00
parent b12c7293c3
commit 4608df2edc
1 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,8 @@
<title>Video site chooser</title> <title>Video site chooser</title>
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<style> <style>
html, body { html,
body {
height: 100%; height: 100%;
} }
@ -34,13 +35,13 @@
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
font-size: 16px; font-size: 16px;
cursor:pointer; cursor: pointer;
} }
#pipedbtn {background-color: darkred;} /* Piped */ #pipedbtn {background-color: darkred} /* Piped */
#ytbtn {background-color: red;} /* YouTube */ #ytbtn {background-color: red} /* YouTube */
#odybtn {background-color: purple;} /* Odysee */ #odybtn {background-color: purple} /* Odysee */
#ptbtn {background-color: darkorange;} /* PeerTube */ #ptbtn {background-color: darkorange} /* PeerTube */
</style> </style>
</head> </head>
<body> <body>