Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/assets/scss/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@

.list {
font-size: 2rem;

// stylelint-disable declaration-no-important
a:hover,
a:focus {
&,
.name {
color: var(--bs-blue) !important;
}
}
// stylelint-enable declaration-no-important
}

.btn-group > .btn {
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 id="icons" class="mb-0">Icons</h2>
{{- $filename := index $filenameWithExt 0 -}}
{{- $name := humanize $filename -}}
<li class="col mb-4">
<a class="d-block text-dark" href="/icons/{{ $filename }}/">
<a class="d-block text-dark text-decoration-none" href="/icons/{{ $filename }}/">
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
{{ readFile (printf "%s/%s" $dirName .Name) | chomp | safeHTML }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/stylesheet.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="/assets/css/bootstrap.css">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">

{{- $sassOptions := dict "targetPath" "assets/css/docs.css" "precision" 6 -}}
{{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}}
Expand Down
7 changes: 0 additions & 7 deletions docs/static/assets/css/bootstrap.css

This file was deleted.

7 changes: 7 additions & 0 deletions docs/static/assets/css/bootstrap.min.css

Large diffs are not rendered by default.