parent
d09ed2350e
commit
9843418417
14 changed files with 1535 additions and 4552 deletions
17
assets/css/custom-components.pcss
Normal file
17
assets/css/custom-components.pcss
Normal file
|
@ -0,0 +1,17 @@
|
|||
#main a {
|
||||
@apply text-blue-300 no-underline border-b border-blue-100 border-dotted;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
@apply text-blue-100 border-solid
|
||||
}
|
||||
}
|
||||
|
||||
#footer a {
|
||||
@apply text-white no-underline border-b border-dotted border-white;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
@apply border-none
|
||||
}
|
||||
}
|
Reference in a new issue