mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
.
This commit is contained in:
parent
12c0fe0af6
commit
1ab4278ec1
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<style>
|
<style>
|
||||||
|
.header {
|
||||||
|
background-color: #202020;
|
||||||
|
border-bottom:2px solid #2c2c2c;
|
||||||
|
padding: 10px 20px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: #3ea6ff;
|
color: #3ea6ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue