Merge branch 'main', commit 'refs/pull/58/head' of https://github.com/MathMan05/JankClient

This commit is contained in:
MathMan05
2024-09-05 15:30:53 -05:00

View File

@@ -1035,7 +1035,17 @@ span {
} }
.cunread { .cunread {
box-shadow: inset .024in 0 var(--primary-text); position: relative;
}
.cunread:after {
content: '';
position: absolute;
top: .13in;
left: -.082in;
height: .075in;
width: .075in;
background: var(--primary-text);
border-radius: 50%;
} }
.servernoti { .servernoti {