Merge pull request #773 from dkanada/style
Minor theme changes and tweak session cards on dashboard
This commit is contained in:
commit
ec2cad0c8d
10 changed files with 43 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue