Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avasthiji committed Dec 27, 2023
1 parent 3853919 commit 845c57d
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 149 deletions.
28 changes: 27 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,20 @@ header{
background-color: #ec672a !important;
color: white !important;
}
.stndrd-watch-btn{
background-color: #ec672a !important;
color: white !important;
outline: 2px solid white !important;

}
.reports-card-txt-container{
height: 150px !important;
max-height: 150px !important;
}
.reports-card-group:hover{
background-color: #ec672a !important;
/* background-color: #ec672a !important; */
text-decoration: underline;
color: white;
}
#themeToggle{
background-color: transparent !important;
Expand All @@ -68,3 +76,21 @@ header{
border-color: #ec672a !important;

}
.dark-mode .cryto-ideas-cards{
background-color: black !important;
}
.media-container{
margin: 0 15%;
}
.dark-mode .cryto-ideas-cards::before{
content: '';
position: absolute;
left: 5px;
top: 0;
display: block;
z-index: -1;
width: calc(100% - 10px);
border-radius: 50px;
height: 100%;
box-shadow: 0 0 20px -6px #ec672a !important;
}
Loading

0 comments on commit 845c57d

Please sign in to comment.