mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
14 lines
No EOL
263 B
SCSS
14 lines
No EOL
263 B
SCSS
body > .new-version {
|
|
padding: calc(var(--spacing) * 0.5) var(--spacing);
|
|
background-color: var(--primary);
|
|
text-align: center;
|
|
|
|
a {
|
|
color: var(--primary-inverse);
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
} |