mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
style: new version banner
This commit is contained in:
parent
ff0fa06d5a
commit
df0faeedfb
5 changed files with 5 additions and 5 deletions
|
@ -49,10 +49,10 @@ html {
|
||||||
body > .new-version {
|
body > .new-version {
|
||||||
padding: calc(var(--spacing) * 0.5) var(--spacing);
|
padding: calc(var(--spacing) * 0.5) var(--spacing);
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: var(--primary-inverse);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
body > .new-version a {
|
body > .new-version a {
|
||||||
|
color: var(--primary-inverse);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
body > .new-version a:hover {
|
body > .new-version a:hover {
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
docs/css/pico.docs.min.css
vendored
2
docs/css/pico.docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
||||||
body > .new-version {
|
body > .new-version {
|
||||||
padding: calc(var(--spacing) * 0.5) var(--spacing);
|
padding: calc(var(--spacing) * 0.5) var(--spacing);
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: var(--primary-inverse);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
color: var(--primary-inverse);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue