Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jan 6, 2024
1 parent b03dc21 commit 6fd63fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2023/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -679,12 +679,13 @@ a:active {
animation: blink 1s linear infinite;
}

/* Christmas progress bars
progress::-webkit-progress-bar {
background-color: #fff;
border-radius: 15px;
}
/* Christmas progress bars */
progress::-webkit-progress-value {
background: repeating-linear-gradient(60deg, #e44d26, #e44d26 15px, #fff 15px, #fff 30px);
border-radius: 15px;
Expand All @@ -695,4 +696,4 @@ progress::-moz-progress-bar {
background: repeating-linear-gradient(60deg, #e44d26, #e44d26 15px, #fff 15px, #fff 30px);
border-radius: 15px;
background-size: 30px 30px;
}
}*/

0 comments on commit 6fd63fb

Please sign in to comment.