Merge pull request #773 from dkanada/style

Minor theme changes and tweak session cards on dashboard
This commit is contained in:
Anthony Lavado 2020-02-09 03:05:14 -05:00 committed by GitHub
commit ec2cad0c8d
10 changed files with 43 additions and 33 deletions

View file

@ -182,7 +182,7 @@ html {
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
.appfooter {
background: rgba(1, 2, 50, 0.7);
backdrop-filter: blur(20px);
}
@ -241,7 +241,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}