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