talks/workshop-tailwind-css/code/config-4.txt

7 lines
313 B
Plaintext
Raw Normal View History

2021-02-11 18:03:37 +00:00
{# templates/includes/navbar.html.twig #}
- <a class="block px-2 py-4 text-lg font-bold text-blue-700 uppercase"
+ <a class="block px-2 py-3 text-2xl uppercase duration-200 ease-out
+ transition-color font-display text-blue-dark hover:bg-orange
+ focus:bg-orange hover:text-gray-dark focus:text-gray-dark"