add info line to issue template

This commit is contained in:
hazycora 2023-08-02 21:03:37 -05:00
parent 2e46773bcd
commit 874924dd71
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
2 changed files with 25 additions and 1 deletions

View file

@ -80,3 +80,24 @@ p {
.language {
height: 100%;
}
.info-line {
display: flex;
font-size: 1.75rem;
color: #9a8fa7;
gap: 0.5em;
align-items: center;
width: 100%;
}
.info-line .author {
color: #ffffff;
font-weight: 700;
}
.info-line .avatar {
width: 48px;
height: 48px;
margin: 0;
border-radius: 100%;
}