mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Added darker card background style to style.css
This commit is contained in:
parent
12b7a81479
commit
4b07be6417
1 changed files with 6 additions and 0 deletions
6
resources/css/style.css
vendored
6
resources/css/style.css
vendored
|
@ -26,6 +26,12 @@ Custom styles go in here
|
||||||
border-radius: var(--bs-border-radius) !important;
|
border-radius: var(--bs-border-radius) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
.card {
|
||||||
|
background-color: #1d1d1d;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1400px) {
|
@media (min-width: 1400px) {
|
||||||
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
|
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
|
||||||
max-width: 1520px;
|
max-width: 1520px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue