1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00

13 lines
209 B
CSS
Raw Permalink Normal View History

section[role="exports"] {
background: var(--primary);
width: 100%;
max-width: 600px;
padding: 10px;
margin: 0 auto;
color: var(--white);
}
section[role="exports"] a {
color: var(--highlight);
}