colors and titles
This commit is contained in:
parent
ae238c90f8
commit
b56167a703
5 changed files with 53 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: rgb(128, 128, 255)
|
||||
color: var(--blue)
|
||||
}
|
||||
iframe {
|
||||
max-width: 100%;
|
||||
|
|
@ -38,12 +38,19 @@ video, .poster {
|
|||
min-height: 100vh;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
padding-top: 16px;
|
||||
}
|
||||
.item-title {
|
||||
color: var(--title);
|
||||
text-decoration: underline;
|
||||
padding-bottom: 0;
|
||||
font-size: 16px;
|
||||
text-wrap: balance;
|
||||
}
|
||||
.title {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 4px;
|
||||
font-size: 14pt;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid pink;
|
||||
text-wrap: balance;
|
||||
|
|
@ -58,6 +65,7 @@ video, .poster {
|
|||
padding-bottom: 0px;
|
||||
}
|
||||
@media(max-width:768px) {
|
||||
.item-title,
|
||||
.title,
|
||||
.byline {
|
||||
padding-left: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue