style: restore profile card outline
This commit is contained in:
parent
cc30d0d44a
commit
2ecac616d5
2 changed files with 3 additions and 2 deletions
|
|
@ -372,7 +372,7 @@ code {
|
||||||
width: min(18rem, 80%);
|
width: min(18rem, 80%);
|
||||||
min-height: 5rem;
|
min-height: 5rem;
|
||||||
padding: 0.6rem;
|
padding: 0.6rem;
|
||||||
border: 0;
|
border: 2px solid rgba(240, 153, 110, 0.55);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: var(--bg-soft);
|
background: var(--bg-soft);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
|
@ -385,6 +385,7 @@ code {
|
||||||
|
|
||||||
.profile-chip:hover {
|
.profile-chip:hover {
|
||||||
transform: rotate(-1deg) translateY(-0.2rem);
|
transform: rotate(-1deg) translateY(-0.2rem);
|
||||||
|
border-color: var(--coral);
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-chip img {
|
.profile-chip img {
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<link rel="canonical" href="https://fiwlabs.dev/">
|
<link rel="canonical" href="https://fiwlabs.dev/">
|
||||||
<link rel="stylesheet" href="css/style.css?v=10">
|
<link rel="stylesheet" href="css/style.css?v=10">
|
||||||
<link rel="stylesheet" href="css/editorial.css?v=10">
|
<link rel="stylesheet" href="css/editorial.css?v=11">
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||||
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue