Fix also homepage file icons thickness and display

This commit is contained in:
DianaXWiki 2025-09-11 13:20:49 +03:00
parent 3ea7f52d3f
commit 1c2e4599a4

View File

@ -133,6 +133,13 @@
flex-wrap: wrap;
justify-content: center;
padding: 0 0.8rem;
svg {
margin: 0;
}
.lucide * {
stroke-width: 2.7;
vector-effect: non-scaling-stroke;
}
}
a {
margin: 10px;
@ -248,6 +255,10 @@
color: @cryptpad_color_brand;
margin-right: 10px;
}
svg.lucide, svg.lucide * {
stroke-width: 2;
vector-effect: non-scaling-stroke;
}
}
.cp-sub-prompt {
* {