mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge remote-tracking branch 'upstream/master' into lang-picker
This commit is contained in:
commit
4e1e91ed60
|
@ -21,6 +21,16 @@
|
|||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.td-sidebar-nav .td-sidebar-link__page,
|
||||
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||
color: #616161 !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
||||
color: $blue !important;
|
||||
}
|
||||
|
||||
.td-toc ul {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{ $illustration := .Get 0 }}
|
||||
{{ $title := .Get 1 }}
|
||||
<div class="card sp-service-card h-100">
|
||||
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="{{ $title }}">
|
||||
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">{{ $title }}</h4>
|
||||
{{ .Inner }}
|
||||
|
|
Loading…
Reference in a new issue