Update darkmode
This commit is contained in:
parent
3542d6ba64
commit
a74056f101
1 changed files with 14 additions and 9 deletions
|
@ -2554,28 +2554,29 @@ input[type="text"]:focus, input[type="password"]:focus {
|
||||||
ul.pagination a:hover {
|
ul.pagination a:hover {
|
||||||
color: rgb(193, 191, 188);
|
color: rgb(193, 191, 188);
|
||||||
background-image: initial;
|
background-image: initial;
|
||||||
background-color: rgba(0, 0, 0, 0.55);
|
background-color: rgb(7, 106, 86);
|
||||||
|
border-color: initial;
|
||||||
}
|
}
|
||||||
ul.pagination > li > a,
|
ul.pagination > li > a,
|
||||||
ul.pagination > li > span {
|
ul.pagination > li > span {
|
||||||
text-decoration-color: initial;
|
text-decoration-color: initial;
|
||||||
color: rgb(193, 191, 188);
|
color: rgb(170, 166, 161);
|
||||||
background-color: rgb(0, 0, 83);
|
background-color: rgb(20, 22, 22);
|
||||||
border-color: rgb(95, 88, 77);
|
border-color: rgb(105, 97, 85);
|
||||||
}
|
}
|
||||||
ul.pagination > .disabled-page > a {
|
ul.pagination > .disabled-page > a {
|
||||||
color: rgb(130, 123, 113);
|
color: rgb(130, 123, 113);
|
||||||
background-color: rgb(0, 0, 83);
|
background-color: rgba(2, 55, 45, 0.5);
|
||||||
border-color: rgb(105, 98, 86);
|
border-color: rgba(105, 97, 85, 0.5);
|
||||||
}
|
}
|
||||||
ul.pagination > .disabled-page > span {
|
ul.pagination > .disabled-page > span {
|
||||||
color: rgb(130, 123, 113);
|
color: rgb(130, 123, 113);
|
||||||
background-color: rgb(0, 0, 83);
|
background-color: rgba(2, 55, 45, 0.5);
|
||||||
border-color: rgb(95, 88, 77);
|
border-color: rgba(105, 97, 85, 0.5);
|
||||||
}
|
}
|
||||||
ul.pagination > .active-page > a {
|
ul.pagination > .active-page > a {
|
||||||
color: rgb(193, 191, 188);
|
color: rgb(193, 191, 188);
|
||||||
background-color: rgb(0, 61, 107);
|
background-color: rgb(2, 55, 45);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
ul.pagination > .active-page > span {
|
ul.pagination > .active-page > span {
|
||||||
|
@ -2922,6 +2923,10 @@ a.voted {
|
||||||
.submission-info .submission-date {
|
.submission-info .submission-date {
|
||||||
color: rgb(126, 119, 107);
|
color: rgb(126, 119, 107);
|
||||||
}
|
}
|
||||||
|
.list-contest {
|
||||||
|
box-shadow: rgba(2, 55, 45, 0.2) 0px 4px 8px,
|
||||||
|
rgba(2, 55, 45, 0.19) 0px 6px 20px;
|
||||||
|
}
|
||||||
#contest-calendar th {
|
#contest-calendar th {
|
||||||
border-bottom-color: rgb(51, 56, 58);
|
border-bottom-color: rgb(51, 56, 58);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue