share-to-mastodon/css/dark.css

45 lines
855 B
CSS
Raw Normal View History

2022-12-18 19:47:46 +01:00
body {
background-color: rgb(41, 42, 45);
}
2023-02-20 07:42:20 +01:00
body, a, .navbar, .nav-link, .navbar-brand, .list-group-item, .text-muted {
color: #FAFAFA !important;
2022-12-18 19:47:46 +01:00
}
.navbar-toggler {
border-color: #0d6efd;
}
.nav-link.active, .nav-link:hover, .list-group-item:hover, .navbar-brand:hover {
color: #d2d2d2 !important;
}
2023-02-20 07:42:20 +01:00
.card, .modal-content, .navbar, .list-group-item-dark, .list-group-item:hover {
2022-12-18 19:47:46 +01:00
background-color: #3b3b3b !important;
}
2023-02-20 07:42:20 +01:00
.list-group-item {
background-color: rgb(41, 42, 45);
}
2022-12-18 19:47:46 +01:00
.btn-close {
background-color: #FAFAFA;
}
2023-02-20 07:42:20 +01:00
input[type="text"], textarea, select {
2022-12-18 19:47:46 +01:00
background: #3b3b3b !important;
color: #FAFAFA !important;
border-color: #6c757d !important;
}
a:hover {
color: #9adefe;
}
.form-text {
color: #d3d3d3;
}
2023-02-12 07:39:23 +01:00
.border-top, .border-bottom, .list-group-item {
2022-12-18 19:47:46 +01:00
border-color: #000 !important;
}