1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00
flame/client/src/components/Settings/AppDetails/AppDetails.module.css
2021-11-10 13:53:28 +01:00

14 lines
195 B
CSS

.text {
color: var(--color-primary);
margin-bottom: 15px;
}
.text a,
.text span {
color: var(--color-accent);
}
.separator {
margin: 30px 0;
border: 1px solid var(--color-primary);
}