Skip to content

Instantly share code, notes, and snippets.

View Amoenus's full-sized avatar

Romans Pokrovskis Amoenus

View GitHub Profile
@Amoenus
Amoenus / nginx-proxy-manager-dark-theme.css
Last active December 5, 2023 00:43
nginx proxy manager dark theme
a {
color: rgb(140, 140, 250);
}
::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0.2) !important;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.3) !important;
}
::-webkit-scrollbar-thumb {