Use sugarss
This commit is contained in:
parent
f83b817882
commit
af2962ab51
4 changed files with 30 additions and 17 deletions
|
@ -1,28 +1,23 @@
|
|||
@tailwind base;
|
||||
@tailwind base
|
||||
|
||||
#main a {
|
||||
@apply text-blue-300 no-underline border-b border-blue-100 border-dotted;
|
||||
#main a
|
||||
@apply text-blue-300 no-underline border-b border-blue-100 border-dotted
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus
|
||||
@apply text-blue-100 border-solid
|
||||
}
|
||||
}
|
||||
|
||||
#footer a {
|
||||
@apply text-white no-underline border-b border-dotted border-white;
|
||||
#footer a
|
||||
@apply text-white no-underline border-b border-dotted border-white
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus
|
||||
@apply border-none
|
||||
}
|
||||
}
|
||||
|
||||
@tailwind components;
|
||||
@tailwind components
|
||||
|
||||
@tailwind utilities;
|
||||
@tailwind utilities
|
||||
|
||||
.skip-link:focus {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.skip-link:focus
|
||||
left: 50%
|
||||
transform: translateX(-50%)
|
||||
|
|
Reference in a new issue