Update user.css

This commit is contained in:
Jack Nash 2021-04-06 02:40:16 +01:00 committed by GitHub
parent 93ca731a79
commit 6b0ad975a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
--bar-height: 120px;
}
h1 {
font-family: "Montserrat"
}
/*Round corner cover image*/
.card-image,
.card-placeholder-wrapper,
@ -29,8 +33,8 @@
/*Thinner scrollbar*/
::-webkit-scrollbar {
height: 6px !important;
width: 6px !important;
height: 0px !important;
width: 0px !important;
background-color: transparent;
}
@ -94,7 +98,10 @@
.Card__image-hit-area:hover .Card__add-button,
.Card__image-hit-area:hover .Card__more-button,
.Card__image-hit-area:hover .Card__overlay {
opacity: 1 !important;
transition-property: all !important;
transition-duration: 1s !important;
transition-timing-function: cubic-bezier(.3,0,0,1) !important;
opacity: 0 !important;
}
.glue-page-header__content .glue-page-header__image-inner {