I have self-hosted penpot. I selected a background color RGB (255,255,250) for the artboard, however in the html code for the background color in hex is showing as “background: #fffffaFF;”. As you can see there is an extra FF at the end. Why is this happening?
Complete code:
html, body {
margin: 0;
min-height: 100%;
min-width: 100%;
padding: 0;
}
body {
display: flex;
flex-direction: column;
align-items: center;
width: 100vw;
min-height: 100vh;
}
- {
box-sizing: border-box;
}
.text-node { background-clip: text !important; -webkit-background-clip: text !important; }
/* HOME-PAGE-AB */
.homepage-246bf0cf55ae {
position: relative;
width: 360px;
height: 720px;
background: #fffffaFF;
border-radius: 0px 0px 0px 0px;
box-shadow: ;
z-index: 0;
}