0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/website/static/css/custom.css
2018-03-12 07:58:38 +01:00

30 lines
626 B
CSS

/* your custom css */
.mainContainer .wrapper a,
.inner .projectIntro a {
background-color: rgba(10, 78, 31, 0.15);
color: #1a1a1a;
transition: all 0.25s ease-out;
text-decoration: underline;
}
.mainContainer .wrapper a:hover,
.inner .projectIntro a:hover {
background-color: rgba(10, 78, 31, 0.35);
text-decoration: none !important;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}