Skip to content

Commit 5ee5551

Browse files
committed
update styles of documentation
1 parent 4f84d77 commit 5ee5551

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

doc/not-much/static/app.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
h1, h2, h3, h4, h5, h6, h1 small {
88
font-family: LeagueGothic;
9-
color: yellow;
9+
color: #f0dfaf;
1010
text-shadow: 3px 3px 0px black;
1111
}
1212

@@ -31,3 +31,12 @@ body{
3131
#title small {
3232
color: white;
3333
}
34+
35+
a:link, a:hover, a:active, a:visited {
36+
color: #709080;
37+
text-decoration: none;
38+
}
39+
40+
a:hover {
41+
text-decoration: underline;
42+
}

0 commit comments

Comments
 (0)