www: hover transition
This commit is contained in:
parent
4bb44b26a3
commit
58531d3fa3
1 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/philippeloctaux"
|
href="https://twitter.com/philippeloctaux"
|
||||||
class="inline-flex bg-sky-900 hover:bg-sky-700 text-white font-bold py-2 px-4 rounded-xl items-center"
|
class="inline-flex bg-sky-900 hover:bg-sky-700 transition-all duration-200 text-white font-bold py-2 px-4 rounded-xl items-center"
|
||||||
>
|
>
|
||||||
<div class="inline-flex items-center">
|
<div class="inline-flex items-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<!-- Telegram -->
|
<!-- Telegram -->
|
||||||
<a
|
<a
|
||||||
href="https://t.me/philippeloctaux"
|
href="https://t.me/philippeloctaux"
|
||||||
class="inline-flex bg-sky-900 hover:bg-sky-700 text-white font-bold py-2 px-4 rounded-xl items-center"
|
class="inline-flex bg-sky-900 hover:bg-sky-700 transition-all duration-200 text-white font-bold py-2 px-4 rounded-xl items-center"
|
||||||
>
|
>
|
||||||
<div class="inline-flex items-center">
|
<div class="inline-flex items-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<a
|
<a
|
||||||
rel="me"
|
rel="me"
|
||||||
href="https://mastodon.social/@philt3r"
|
href="https://mastodon.social/@philt3r"
|
||||||
class="inline-flex bg-sky-900 hover:bg-sky-700 text-white font-bold py-2 px-4 rounded-xl items-center"
|
class="inline-flex bg-sky-900 hover:bg-sky-700 transition-all duration-200 text-white font-bold py-2 px-4 rounded-xl items-center"
|
||||||
>
|
>
|
||||||
<div class="inline-flex items-center">
|
<div class="inline-flex items-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
<!-- GitHub -->
|
<!-- GitHub -->
|
||||||
<a
|
<a
|
||||||
href="https://github.com/x4m3"
|
href="https://github.com/x4m3"
|
||||||
class="inline-flex bg-sky-900 hover:bg-sky-700 text-white font-bold py-2 px-4 rounded-xl items-center"
|
class="inline-flex bg-sky-900 hover:bg-sky-700 transition-all duration-200 text-white font-bold py-2 px-4 rounded-xl items-center"
|
||||||
>
|
>
|
||||||
<div class="inline-flex items-center">
|
<div class="inline-flex items-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
<!-- LinkedIn -->
|
<!-- LinkedIn -->
|
||||||
<a
|
<a
|
||||||
href="https://linkedin.com/in/philippeloctaux"
|
href="https://linkedin.com/in/philippeloctaux"
|
||||||
class="inline-flex bg-sky-900 hover:bg-sky-700 text-white font-bold py-2 px-4 rounded-xl items-center"
|
class="inline-flex bg-sky-900 hover:bg-sky-700 transition-all duration-200 text-white font-bold py-2 px-4 rounded-xl items-center"
|
||||||
>
|
>
|
||||||
<div class="inline-flex items-center">
|
<div class="inline-flex items-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
@ -115,7 +115,7 @@
|
||||||
<!-- Email -->
|
<!-- Email -->
|
||||||
<a
|
<a
|
||||||
href="/email"
|
href="/email"
|
||||||
class="inline-flex bg-sky-900 hover:bg-sky-700 text-white font-bold py-2 px-4 rounded-xl items-center"
|
class="inline-flex bg-sky-900 hover:bg-sky-700 transition-all duration-200 text-white font-bold py-2 px-4 rounded-xl items-center"
|
||||||
>
|
>
|
||||||
<div class="inline-flex items-center">
|
<div class="inline-flex items-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue