tangled
alpha
login
or
join now
dbushell.com
/
attic.social
11
fork
atom
Attic is a cozy space with lofty ambitions.
attic.social
11
fork
atom
overview
issues
pulls
pipelines
login styles
dbushell.com
1 week ago
55f441db
f11afed0
verified
This commit was signed with the committer's
known signature
.
dbushell.com
SSH Key Fingerprint:
SHA256:Sj5AfJ6VbC0PEnnQD2kGGEiGFwHdFBS/ypN5oifzzFI=
+4
-4
2 changed files
expand all
collapse all
unified
split
src
css
components
form.css
main.css
+3
-3
src/css/components/form.css
···
52
52
position: relative;
53
53
54
54
&::before {
55
55
-
background: rgb(var(--color-brown) / 0.3);
55
55
+
background: rgb(var(--color-brown) / 0.2);
56
56
content: "@" / "";
57
57
display: grid;
58
58
place-items: center;
59
59
-
inline-size: 35px;
59
59
+
inline-size: 40px;
60
60
inset-inline-start: calc(anchor(start) + 5px);
61
61
inset-block-start: calc(anchor(start) + 5px);
62
62
inset-block-end: calc(anchor(end) + 5px);
···
73
73
grid-column: 1 / 2;
74
74
75
75
@supports (inset: anchor(start)) {
76
76
-
padding-inline: 30px;
76
76
+
padding-inline-start: 40px;
77
77
}
78
78
}
79
79
+1
-1
src/css/main.css
···
99
99
}
100
100
101
101
& > p {
102
102
-
background: rgb(var(--color-brown) / 0.3);
102
102
+
background: rgb(var(--color-brown) / 0.2);
103
103
color: rgb(var(--color-brown));
104
104
font-size: var(--font-size-1);
105
105
padding: 5px 10px;