8 lines
152 B
CSS
Executable file
8 lines
152 B
CSS
Executable file
.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);
|
|
}
|