/* Tema: Matrix Code */
body {
    background: #000000 !important;
    color: #00ff41 !important;
}

.link-item {
    background: rgba(0, 59, 0, 0.2) !important;
    border: 1px solid #00ff41 !important;
    border-radius: 4px !important;
    font-family: 'Courier New', monospace !important;
}

.link-item:hover {
    background: #00ff41 !important;
    color: #000 !important;
}

.avatar-main { border-color: #00ff41 !important; border-radius: 4px !important; }