shadows
This commit is contained in:
parent
7f2a77b091
commit
c64705592e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.8",
|
||||
"version": "13.0.6",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -38,7 +38,7 @@ defineProps<{
|
||||
border-radius: 100px;
|
||||
background-color: var(--bg);
|
||||
font-size: .8em;
|
||||
text-shadow: 0 2px 2px black;
|
||||
text-shadow: 0 2px 2px var(--shadow);
|
||||
|
||||
> .name {
|
||||
flex-shrink: 1;
|
||||
|
@ -302,7 +302,7 @@ onUnmounted(() => {
|
||||
line-height: 32px;
|
||||
font-weight: bold;
|
||||
font-size: 1.8em;
|
||||
text-shadow: 0 0 8px #000;
|
||||
text-shadow: 0 0 8px var(--shadow);
|
||||
}
|
||||
|
||||
> .followed {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "13.0.8",
|
||||
"notes": "$[jelly Happy new year!] This release includes many changes, including:\n- New post layout\n- Automatic subdomain blocks\n- Notes are now called posts\n- Many bug fixes and performance improvements",
|
||||
"version": "13.0.6",
|
||||
"notes": "$[jelly Happy new year!] This release includes many changes, including:\n- New post layout\n- Automatic subdomain blocks\n- Notes are now called posts\n- Federation improvements\n- Many bug fixes and performance improvements",
|
||||
"screenshots": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user