tangled
alpha
login
or
join now
tilde.link
/
dn
0
fork
atom
Domain Name: ~๐
tilde.link
0
fork
atom
overview
issues
pulls
pipelines
css
tilde.link
7 months ago
04443ca3
f5e8e092
+17
1 changed file
expand all
collapse all
unified
split
in
web
index.css
+17
in/web/index.css
reviewed
···
1
1
+
html {
2
2
+
background: rgb(0,0,0);
3
3
+
color: rgb(160,160,160);
4
4
+
font-family: sans;
5
5
+
}
6
6
+
7
7
+
/*
8
8
+
links
9
9
+
*/
10
10
+
11
11
+
a {
12
12
+
color: rgb(128,192,128);
13
13
+
}
14
14
+
15
15
+
a:hover {
16
16
+
color: rgb(192,128,128);
17
17
+
}