@ -13,12 +13,13 @@
background: linear-gradient(231deg, #cbf2ce, #e7f5f9, #b9e9f7, #c9dee4);
}
#li1:before
#li1:before{
position: absolute;
content: "";
display: flex;
justify-content: center;
align-items: center;
content: "issue1";
font-size: 1rem;
color: blue;
margin-left: auto;
@ -26,7 +27,8 @@
#li1:hover{
background: rgba(214,242,249,0.5);
</style>