First commit

This commit is contained in:
ebassi -
commit e3597abe8e
35 changed files with 2401 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.protected_link {
padding: 2px 4px 2px 4px;
background-color: rgba(0, 0, 0, 0.1);
}
.protected_link:hover {
background-color: rgba(0, 0, 0, 0.3);
}