Merge pull request #295 from grafixeyehero/round

Add a round progress bar to purple haze theme
This commit is contained in:
Anthony Lavado 2019-04-30 15:25:39 -04:00 committed by GitHub
commit 53cfcfd976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,22 @@ html {
background-color: rgba(0,164,220, .2)
}
progress {
border-radius: .4em;
}
progress::-webkit-progress-bar {
border-radius: .4em;
}
progress::-moz-progress-bar {
border-radius: .4em;
}
progress::-webkit-progress-value {
border-radius: .4em;
}
.fab,
.raised {
background: rgba(0, 0, 0, .5);