add border

This commit is contained in:
FonduemangVI
2024-05-15 19:03:34 +10:00
parent aa9183dca1
commit 2188ea9cae

View File

@@ -31,7 +31,7 @@ function fetchPage() {
const bgColor = (rowIndex % 2 === 0) ? '#1e2129' : '#303850';
const userHtml = `
<div style="flex: 1 1 20%; background-color: ${bgColor}; padding: 10px; text-align: center;">
<div style="flex: 1 1 20%; background-color: ${bgColor}; border: 1px solid #373a42; padding: 10px; text-align: center;">
<img src="${user.avatar_url}&v=4" style="width: 50px; border-radius: 50%;" alt="${user.login}"/>
<br />
<b><a href="${user.html_url}" style="color: #ffa500;">${user.login}</a></b>