chore: styles
This commit is contained in:
parent
ee721631b9
commit
f0e3f15c93
16 changed files with 62 additions and 54 deletions
|
@ -71,7 +71,7 @@
|
|||
& a:focus .item::after,
|
||||
& a:focus-within .item::after {
|
||||
border: 0;
|
||||
outline: var(----outline-default);
|
||||
outline: var(--outline-default);
|
||||
}
|
||||
|
||||
& .meta-text {
|
||||
|
@ -86,8 +86,8 @@
|
|||
& .subheader {
|
||||
color: var(--color-lightest);
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: 1.5;
|
||||
text-shadow: var(--black) 0px 0px 10px;
|
||||
line-height: var(--line-height-reduced);
|
||||
text-shadow: var(--text-shadow-default);
|
||||
}
|
||||
|
||||
& .header {
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: 1.5;
|
||||
line-height: var(--line-height-reduced);
|
||||
|
||||
& a {
|
||||
outline: none;
|
||||
|
@ -82,7 +82,7 @@
|
|||
& .subtext,
|
||||
& .subtext p,
|
||||
& .timestamp {
|
||||
line-height: 1.5;
|
||||
line-height: var(--line-height-reduced);
|
||||
}
|
||||
|
||||
& .subtext,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
position: relative;
|
||||
height: 500px;
|
||||
overflow: hidden;
|
||||
margin: var(--sizing-base) 0;
|
||||
margin: var(--margin-top-base-horizontal-zero);
|
||||
|
||||
& p:first-of-type {
|
||||
margin-top: 0;
|
||||
|
|
Reference in a new issue