GNOME-style beta bar

This commit is contained in:
MeowcaTheoRange 2023-10-02 14:42:07 -05:00
parent 2d2699242c
commit b3547b6f0d

View file

@ -17,6 +17,14 @@
border-radius: 2px;
box-sizing: border-box;
padding: 8px 12px;
background-image: linear-gradient(180deg, transparent, var(--pri-bg) 50%),
repeating-linear-gradient(
45deg,
#ff04,
#ff04 10px,
#0004 10px,
#0004 20px
);
}
.Nav .left {