tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
inline links get underlined
bwc9876.dev
1 year ago
08864267
2df86dd6
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+5
-5
2 changed files
expand all
collapse all
unified
split
src
layouts
Layout.astro
styles
style.css
+4
src/layouts/Layout.astro
···
135
135
padding: var(--2) 0;
136
136
}
137
137
138
138
+
nav a {
139
139
+
text-decoration: none;
140
140
+
}
141
141
+
138
142
nav > a:first-child {
139
143
font-size: var(--2);
140
144
display: flex;
+1
-5
src/styles/style.css
···
127
127
128
128
a {
129
129
color: var(--accent-600);
130
130
-
text-decoration: none;
131
131
-
}
132
132
-
133
133
-
a:hover {
134
134
-
text-decoration: underline;
135
130
}
136
131
137
132
button,
···
150
145
cursor: pointer;
151
146
transition: background-color 100ms linear;
152
147
color: var(--background-800);
148
148
+
text-decoration: none;
153
149
}
154
150
155
151
button.secondary,