Make the background transparent for footer images

This commit is contained in:
Ethan Yoo 2024-06-27 06:22:13 -04:00
parent 9beb57eb8b
commit 8234268132
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 25 additions and 25 deletions

View File

@ -1,3 +1,9 @@
html {
overflow-y: scroll;
visibility: visible;
opacity: 1;
}
a, a,
a:link { a:link {
text-decoration: none; text-decoration: none;
@ -76,6 +82,19 @@ img[src$='#center'] {
text-align: center; text-align: center;
} }
.post-title {
line-height: 1.8;
}
.subtitle {
float: right;
}
a.link-000 {
background: transparent;
border: none;
}
.nextcloud { .nextcloud {
width: 50px; width: 50px;
height: 30px; height: 30px;
@ -87,19 +106,6 @@ img[src$='#center'] {
background-position: center center; background-position: center center;
} }
.post-title {
line-height: 1.8;
}
.subtitle {
float: right;
}
a.link-000 {
background: #000;
border: none;
}
a.link-nextcloud { a.link-nextcloud {
padding: 10px; padding: 10px;
background-color: #0082c9; background-color: #0082c9;
@ -108,10 +114,11 @@ a.link-nextcloud {
padding-left: 4px; padding-left: 4px;
} }
html { .letterboxd {
overflow-y: scroll; display: inline-block;
visibility: visible; width: 1em;
opacity: 1; margin-right: 0.25em;
vertical-align: middle;
} }
a.link-letterboxd { a.link-letterboxd {
@ -121,7 +128,7 @@ a.link-letterboxd {
padding-left: 0.25em; padding-left: 0.25em;
} }
.letterboxd { .linkedin {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
margin-right: 0.25em; margin-right: 0.25em;
@ -137,13 +144,6 @@ a.link-linkedin {
color: #fff; color: #fff;
} }
.linkedin {
display: inline-block;
width: 1em;
margin-right: 0.25em;
vertical-align: middle;
}
.btn { .btn {
display: block; display: block;
margin: 0.5em auto; margin: 0.5em auto;