mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
shadows
This commit is contained in:
parent
39b6d3abb9
commit
f052bd4e73
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.8",
|
"version": "13.0.6",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -38,7 +38,7 @@ defineProps<{
|
|||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
text-shadow: 0 2px 2px black;
|
text-shadow: 0 2px 2px var(--shadow);
|
||||||
|
|
||||||
> .name {
|
> .name {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
@ -302,7 +302,7 @@ onUnmounted(() => {
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
text-shadow: 0 0 8px #000;
|
text-shadow: 0 0 8px var(--shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .followed {
|
> .followed {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "13.0.8",
|
"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- Many bug fixes and performance improvements",
|
"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": []
|
"screenshots": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user