tangled
alpha
login
or
join now
gracekind.net
/
tangled-pages-example
4
fork
atom
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
Update
Grace Kind
6 months ago
7a518cd7
879390a4
+9
1 changed file
expand all
collapse all
unified
split
public
css
style.css
+9
public/css/style.css
···
6
6
background-color: #000;
7
7
color: #fff;
8
8
}
9
9
+
10
10
+
a {
11
11
+
text-decoration: none;
12
12
+
color: #fff;
13
13
+
}
14
14
+
15
15
+
a:hover {
16
16
+
text-decoration: underline;
17
17
+
}