minor theme changes

This commit is contained in:
dkanada 2020-02-06 00:13:11 +09:00
parent 8d02d05441
commit 532d73a80b
7 changed files with 34 additions and 21 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);
}
@ -233,7 +233,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}

View file

@ -16,7 +16,7 @@ html {
}
.skinHeader-withBackground {
background-color: #101010;
background-color: #202020;
}
.skinHeader.semiTransparent {
@ -157,7 +157,7 @@ html {
}
.appfooter {
background: #101010;
background: #202020;
color: #ccc;
color: rgba(255, 255, 255, 0.78);
}
@ -195,6 +195,10 @@ html {
background: rgba(30, 30, 30, 0.9);
}
.detailSticky {
background: #202020;
}
.listItem-border {
border-color: rgba(34, 34, 34, 0.9) !important;
}
@ -207,7 +211,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}

View file

@ -276,7 +276,7 @@ a[data-role=button] {
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
.appfooter {
background: rgba(6, 37, 111, 0.7);
backdrop-filter: blur(20px);
}
@ -321,7 +321,10 @@ a[data-role=button] {
border-color: #48c3c8;
}
.button-flat-accent,
.button-flat:hover {
color: #48c3c8;
}
.button-link {
color: #48c3c8;
}

View file

@ -219,7 +219,10 @@ html {
border-color: #00a4dc;
}
.button-flat-accent,
.button-flat:hover {
color: #00a4dc;
}
.button-link {
color: #00a4dc;
}