Rename assets to resources
This commit is contained in:
parent
8a1069961d
commit
cd74805817
15 changed files with 1 additions and 1 deletions
|
@ -0,0 +1,13 @@
|
|||
a {
|
||||
@apply text-gray-600 no-underline
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
@apply text-blue-800;
|
||||
}
|
||||
|
||||
h2:before {
|
||||
content: '';
|
||||
@apply w-10 block border-t-2 border-gray-600 mb-4;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue