mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
13 lines
206 B
CSS
13 lines
206 B
CSS
|
section[role="about"] {
|
||
|
background: var(--primary);
|
||
|
width: 100%;
|
||
|
max-width: 600px;
|
||
|
padding: 100px;
|
||
|
margin: 0 auto;
|
||
|
color: var(--white);
|
||
|
}
|
||
|
|
||
|
section[role="about"] a {
|
||
|
color: var(--highlight);
|
||
|
}
|