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
7d6a2ebd51
commit
9eebbabee5
5 changed files with 17 additions and 3 deletions
|
@ -52,6 +52,12 @@ body > .new-version {
|
||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
body > .new-version a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
body > .new-version a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Docs: Main (Grid)
|
* Docs: Main (Grid)
|
||||||
|
|
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
|
@ -3,4 +3,12 @@ body > .new-version {
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue