Skip to content

Commit

Permalink
Added sick animation for course sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
RiedleroD authored Feb 17, 2020
1 parent e9ec109 commit 499c1cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Darklearning.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
100% {background-color: #333;}
}


/*scrollbar*/
::-webkit-scrollbar,::-webkit-scrollbar-track-piece{
background-color:#151515 !important;}
Expand Down Expand Up @@ -159,6 +158,15 @@
background-color:#222;}
.block-timeline .paged-content-page-container .list-group-flush>.list-group-item{
background-color:#222;}
#inst4:not(:hover) li.contains_branch>ul{
padding-left:0 !important;
}
#inst4 li.contains_branch>ul{
transition: padding-left 0.2s;
}
#inst4>div{
padding-right:0 !important;
}
/*text*/
span,p,.text-center,h1,h2,h3,h4,h5,h6,.text-right,body,.logininfo,pre{
color:#AAA !important;}
Expand Down

0 comments on commit 499c1cc

Please sign in to comment.