quickshell-web/src/styles/docs/docs-config.css
2024-09-28 03:32:23 +03:00

13 lines
148 B
CSS

.small {
opacity: 0.6;
transition: opacity 0.5s;
&:hover {
opacity: 1;
}
& p {
font-size: 0.841rem;
margin-top: 1rem;
}
}