Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptix720 authored Oct 31, 2018
1 parent 355f221 commit 6ac556e
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions Gcore/css/gliss.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,18 @@ blockquote:second-line {
padding-right: 8px;
text-align: center;
}

.gl-ghost{
background-color: #f4511e;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
opacity: 0.6;
transition: 0.9s;
}
.gl-ghost:hover {opacity: 1}
.gl-badge {
border-radius: 10%;
}
Expand Down Expand Up @@ -1202,10 +1213,13 @@ strong {
text-transform: uppercase;
}

ul {
list-style: none;
}

ul {list-style: none;}
ol { counter-reset: item; }
li { display: block; }

/* Remove this comment to show number(s) on li attribute.
li::before { content: counter(item) ". "; counter-increment: item; }
*/


blockquote, dl, figure, form, ol, p, pre, table, ul {
Expand Down Expand Up @@ -2454,7 +2468,7 @@ nav.breadcrumb [aria-current="page"] {
width: 7px !important;
}

::-webkit-scrollbar:hover {
::-webkit-scrollbar: {
width: 7px !important;
}

Expand Down

0 comments on commit 6ac556e

Please sign in to comment.