Initial commit.
This commit is contained in:
commit
acc92a6d9a
13 changed files with 1332 additions and 0 deletions
21
custom.css
Normal file
21
custom.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: gray;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#title {
|
||||
color: orangered;
|
||||
}
|
||||
|
||||
#previousDirectoryLink {
|
||||
color: red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue