* flash updates for deprecation and header notifications * adding import and updating position
9 lines
115 B
SCSS
9 lines
115 B
SCSS
.container {
|
|
position: relative;
|
|
|
|
a {
|
|
color: var(--color-accent-fg);
|
|
text-decoration: underline;
|
|
}
|
|
}
|