mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
12 lines
140 B
SCSS
12 lines
140 B
SCSS
@import "colors";
|
|
@import "typography";
|
|
@import "anchors";
|
|
@import "tables";
|
|
|
|
.srd {
|
|
.content {
|
|
a {
|
|
color: #9b1c47;
|
|
}
|
|
}
|
|
}
|