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
7 months ago
2de15006
7af79eb5
+2
-9
1 changed file
expand all
collapse all
unified
split
public
css
style.css
+2
-9
public/css/style.css
···
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
-
}
18
18
-
10
10
+
a,
11
11
+
a:hover,
19
12
a:visited {
20
13
color: #fff;
21
14
}