1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/static/css/custom.css

31 lines
626 B
CSS
Raw Normal View History

2018-01-10 03:56:44 +01:00
/* your custom css */
2018-03-12 07:58:38 +01:00
.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;
}
2018-01-10 03:56:44 +01:00
@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) {
2018-03-12 07:58:38 +01:00
}