mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix text contrast
This commit is contained in:
parent
dc9953f3a6
commit
8a4539cd21
|
@ -9,9 +9,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.td-sidebar {
|
||||
padding-top: 5rem;
|
||||
|
@ -28,6 +25,10 @@
|
|||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.sp-button-shadow {
|
||||
box-shadow: 0px -0.5rem 0px 0px rgba(0, 0, 0, 0.1) inset;
|
||||
}
|
||||
|
@ -65,6 +66,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.sp-service-icon {
|
||||
margin-top: -4rem;
|
||||
max-width: 12rem;
|
||||
|
|
|
@ -59,7 +59,7 @@ linkTitle = "SelfPrivacy"
|
|||
|
||||
{{< blocks/section color="100" type="section" >}}
|
||||
<div class="row w-100">
|
||||
<h2 class="mx-auto text-center">Your personal services</h2>
|
||||
<h2 class="mx-auto text-center font-weight-bolder">Your personal services</h2>
|
||||
</div>
|
||||
|
||||
<div class="row w-100 mt-5 mb-3">
|
||||
|
|
Loading…
Reference in a new issue