// vim: ft=scss *, ::before, ::after { --br: 0.15rem; } body { // block ugly font font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; // less rounded corners .tw-rounded-full, .tw-rounded-2xl, .\!tw-rounded-r-lg, .\!tw-rounded-l-lg, .tw-rounded-r-lg, .tw-rounded-l-lg, .tw-rounded-lg, .tw-rounded-md, .tw-rounded { border-radius: var(--br) !important; } .card { border-radius: var(--br) !important; } .card-header:first-child { border-radius: calc(var(--br) - 1px) calc(var(--br) - 1px) 0 0 !important; } }