mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 20:39:13 -04:00
Small CSS improvements
- Helper (<small>) for <select> and <textarea> - Better roll for a.contrast
This commit is contained in:
parent
195e0c6b6b
commit
6cc98ad873
12 changed files with 43 additions and 15 deletions
|
@ -115,7 +115,9 @@ a {
|
|||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
box-shadow: inset 0 -.33rem 0 var(--contrast-border-h);
|
||||
color: var(--contrast-hover);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
@ -179,7 +181,7 @@ hgroup {
|
|||
*{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
> *:last-child {
|
||||
color: var(--muted-text);
|
||||
font-size: 1.125rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue