This commit is contained in:
Bingus_Violet 2023-11-19 10:52:01 -06:00
parent 486203559c
commit effbcc34da
2 changed files with 2 additions and 3 deletions

View file

@ -183,7 +183,6 @@ function pageUpdate() {
var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString()
addedHTML += socialsHTML.substring(socialsHTML.indexOf("<h1>"), socialsHTML.indexOf("</body>"))
console.log(addedHTML)
html = html.replace("{SOCIALS}", addedHTML)

View file

@ -102,12 +102,12 @@ img {
border-radius: 15px;
border: darkgray 4px solid;
width: 60%;
transform: scale(0.95);
transform: scale(0.9);
border-radius: 50%;
}
.pfp:hover {
transform: scale(1.05);
transform: scale(1);
border-color: rgb(255, 200, 255);
object-fit: cover;
}