Skip to content

Commit

Permalink
docs: enforce custom retype styling (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Nov 30, 2022
1 parent 151faf9 commit 96d1d25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<style>
.dark .dark\:text-blue-400, .dark, .dark .docs-markdown a:not(.no-link), .dark .dark\:hover\:text-blue-400:hover {
color: #eb4926;
color: #eb4926!important;
}

.dark .dark\:hover\:text-blue-200:hover {
color: #f9ccc2;
color: #f9ccc2!important;
}

.dark .dark\:bg-blue-400 {
background-color: #eb4926;
background-color: #eb4926!important;
}

.dark .dark\:bg-dark-550 {
background-color: rgb(255 255 255 / 10%);
background-color: rgb(255 255 255 / 10%)!important;
}

.dark .dark\:border-dark-600 {
border-color: rgb(255 255 255 / 5%);
border-color: rgb(255 255 255 / 5%)!important;
}

.dark .dark\:bg-dark-650 {
background-color: #270e09;
background-color: #270e09!important;
}

.dark .dark\:bg-dark-850 {
background-color: #000000;
background-color: #000000!important;
}

.dark .dark\:bg-dark-800 {
background-color: #000000;
background-color: #000000!important;
}

.rounded, .rounded-r-lg, .rounded-l {
border-radius: 0;
border-radius: 0!important;
}
</style>
<script>
Expand Down

0 comments on commit 96d1d25

Please sign in to comment.