2022-11-27 20:38:41 +00:00
|
|
|
.ps-i18n-links {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
2022-11-28 14:06:30 +00:00
|
|
|
pointer-events: all;
|
|
|
|
color: var(--foreground);
|
|
|
|
background: white;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 900;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 8px;
|
|
|
|
line-height: 1em;
|
|
|
|
text-shadow: 0.15vw 0px 0px var(--background);
|
|
|
|
transition: text-shadow 0.1s ease;
|
|
|
|
border: 12px solid var(--foreground);
|
|
|
|
border-top: 0;
|
|
|
|
border-right: 0;
|
2022-11-27 20:38:41 +00:00
|
|
|
}
|