update styles
This commit is contained in:
parent
febf916524
commit
1c5ddf5500
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<p class="title">Специально для мамы с любовью ♥</p>
|
<p class="title">Сделано с любовью специально для Мамы</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--c-peace: #a4b0be;
|
--c-peace: #a4b0be;
|
||||||
--c-bay-wharf: #747d8c;
|
--c-bay-wharf: #747d8c;
|
||||||
--c-wild-watermelon: #ff6b81;
|
|
||||||
--c-presige-blue: #2f3542;
|
--c-presige-blue: #2f3542;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,6 +31,7 @@ section {
|
|||||||
p.title {
|
p.title {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* video section */
|
/* video section */
|
||||||
@ -76,3 +76,7 @@ div.episodes li:hover {
|
|||||||
background-color: var(--c-bay-wharf);
|
background-color: var(--c-bay-wharf);
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user