chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 10:04:18 -07:00
parent ee721631b9
commit f0e3f15c93
No known key found for this signature in database
16 changed files with 62 additions and 54 deletions

View file

@ -6,12 +6,9 @@
margin-bottom: var(--sizing-sm);
width: 100%;
justify-content: center;
overflow: hidden;
& .interior {
display: flex;
justify-content: center;
overflow: hidden;
& img {
width: var(--avatar-size);

View file

@ -1,16 +1,4 @@
.blog-roll-icons {
display: flex;
flex-direction: row;
& a {
display: flex;
align-items: center;
outline: none;
&:focus svg,
&:focus-within svg {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
}
}
}

View file

@ -69,7 +69,7 @@
& p {
&.title {
font-size: var(--font-size-xl);
line-height: 1.5;
line-height: var(--line-height-reduced);
}
&.sub-meta {

View file

@ -35,7 +35,7 @@
&.title {
font-size: var(--font-size-xl);
line-height: 1.5;
line-height: var(--line-height-reduced);
}
&.sub-meta {

View file

@ -26,7 +26,7 @@ a:active > .watching.hero::after {
border-radius: var(--border-radius-slight);
}
& div.meta-text {
& .meta-text {
color: white;
position: absolute;
left: var(--sizing-sm);
@ -47,8 +47,8 @@ a:active > .watching.hero::after {
& .header,
& .subheader {
line-height: 1.5;
text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
line-height: var(--line-height-reduced);
text-shadow: var(--text-shadow-default);
}
}
@ -88,7 +88,7 @@ a:active > .watching.hero::after {
& a:focus .item::after,
& a:focus-within .item::after {
border: 0;
outline: var(----outline-default);
outline: var(--outline-default);
}
& div {
@ -109,8 +109,8 @@ a:active > .watching.hero::after {
& .rating {
color: var(--color-lightest);
font-size: var(--font-size-sm);
line-height: 1.5;
text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
line-height: var(--line-height-reduced);
text-shadow: var(--text-shadow-default);
}
& .header {
@ -164,14 +164,14 @@ a:active > .watching.hero::after {
display: flex;
flex-direction: column;
gap: var(--sizing-sm);
margin: var(--sizing-base) 0;
margin: var(--margin-top-base-horizontal-zero);
& p {
margin: 0;
&.title {
font-size: var(--font-size-xl);
line-height: 1.5;
line-height: var(--line-height-reduced);
}
&.sub-meta {

View file

@ -1,5 +1,5 @@
.webring-wrapper {
margin: var(--sizing-base) 0;
margin: var(--margin-top-base-horizontal-zero);
& .webring-navigation {
gap: var(--sizing-sm);