mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] yarn format
This commit is contained in:
parent
affcd04f0f
commit
3c8698fb60
2 changed files with 145 additions and 142 deletions
|
@ -1,6 +1,7 @@
|
|||
:root {
|
||||
--font-sans: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
--font-mono: 'IBM Plex Mono', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
|
||||
--font-mono: 'IBM Plex Mono', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',
|
||||
'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
|
||||
--color-green: #17c083;
|
||||
}
|
||||
|
||||
|
@ -60,11 +61,13 @@ a {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:hover::before, a:focus::before {
|
||||
a:hover::before,
|
||||
a:focus::before {
|
||||
transform: scaleY(1);
|
||||
background: var(--color-green);
|
||||
}
|
||||
|
@ -73,7 +76,8 @@ a:visited {
|
|||
color: var(--color-green);
|
||||
}
|
||||
|
||||
a:visited:hover, a:visited:focus {
|
||||
a:visited:hover,
|
||||
a:visited:focus {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
|
@ -232,4 +232,3 @@ body {
|
|||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue