1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-30 08:09:35 +02:00
flame/client/src/components/Settings/AppDetails/AppDetails.module.css

15 lines
195 B
CSS
Raw Normal View History

.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);
}