colors
This commit is contained in:
parent
6bf1f8858e
commit
4b052c7213
20
cover.css
20
cover.css
@ -81,3 +81,23 @@ a:hover {
|
|||||||
background-color: #FF9C33;
|
background-color: #FF9C33;
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion-button:not(.collapsed) {
|
||||||
|
color: #FF9C33;
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accordion-button:focus {
|
||||||
|
border-color: #FF9C33;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accordion {
|
||||||
|
--bs-accordion-btn-focus-border-color: #FF9C33;
|
||||||
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0 ;
|
||||||
|
--bs-accordion-btn-color: #FF9C33;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-bs-theme="dark"] .accordion-button::after {
|
||||||
|
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='orange'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
||||||
|
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='orange'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
||||||
|
}
|
||||||
|
4
opt.html
4
opt.html
@ -90,7 +90,7 @@
|
|||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="cover.css" rel="stylesheet">
|
<link href="cover.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="d-flex h-100 text-center text-bg-dark">
|
<body class="d-flex h-100 text-center text-bg-dark" data-bs-theme="dark">
|
||||||
|
|
||||||
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
||||||
<header class="mb-auto">
|
<header class="mb-auto">
|
||||||
@ -194,7 +194,7 @@
|
|||||||
mail [ät] felixpankratz.de | <a href="impressum.html">Imprint</a>
|
mail [ät] felixpankratz.de | <a href="impressum.html">Imprint</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="assets/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user