Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
onetagger authored Nov 17, 2021
1 parent dc3fc8e commit b8d15aa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions assets/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,24 @@ section h2.section-heading, section .section-heading.h2 {
margin-bottom: 15px;
}

.accordion-button:focus {
z-index: 3;
border: none;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(254,209,54,.25);
}

button:focus:not(:focus-visible) {
outline: 0;
border: none;
}

.accordion-item:first-of-type .accordion-button {
border: none !important;
}

.accordion-button:not(.collapsed)::after {
transform: rotate(-180deg);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300d2bf'%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 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css?h=ef9efa29ed5490562c2ff272112d2e97">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<link rel="stylesheet" href="assets/css/override.css?h=0b27d3efb1251e5726e310e30a22ca74">
<link rel="stylesheet" href="assets/css/override.css?h=554f6013b7b6444e5bfde596fd9d0d85">
<link rel="stylesheet" href="assets/css/Testimonials.css?h=afb5b4d3ed547e14130e5a94eccc495a">
</head>

Expand Down Expand Up @@ -307,7 +307,7 @@ <h2 class="text-uppercase" style="color: #00D2BF;font-family: Dosis, sans-serif;
<div class="col">
<div class="accordion" role="tablist" id="accordion-1" style="font-family: Dosis, sans-serif;color: rgb(26, 28, 27);border: none;">
<div class="accordion-item" style="color: var(--bs-body-color);background: #1A1C1B;border: none;">
<h2 class="accordion-header" role="tab"><button class="accordion-button" data-bs-toggle="collapse" data-bs-target="#accordion-1 .item-1" aria-expanded="true" aria-controls="accordion-1 .item-1" style="color: #00D2BF !important;background: #1A1C1B;text-align: center;">Version 1.3.0</button></h2>
<h2 class="accordion-header" role="tab"><button class="accordion-button" data-bs-toggle="collapse" data-bs-target="#accordion-1 .item-1" aria-expanded="true" aria-controls="accordion-1 .item-1" style="color: #00D2BF;background: #1A1C1B;text-align: center;">Version 1.3.0</button></h2>
<div class="accordion-collapse collapse show item-1" role="tabpanel" data-bs-parent="#accordion-1" style="background: #1A1C1B;">
<div class="accordion-body">
<section class="article-dual-column" style="background: #1a1c1b;padding: 0px;">
Expand Down

0 comments on commit b8d15aa

Please sign in to comment.