diff --git a/assets/main.css b/assets/main.css index d3c7259..79ecc9c 100644 --- a/assets/main.css +++ b/assets/main.css @@ -14,7 +14,7 @@ .link, .prose a { - @apply text-red-900 hover:text-red-600 dark:text-red-200 dark:hover:text-red-400 border-b-4 border-red-500/25 dark:border-red-200/25; + @apply text-red-900 hover:text-red-600 dark:text-red-300 dark:hover:text-red-400 border-b-4 border-red-500/25 dark:border-red-200/25; transition: color 200ms; } diff --git a/assets/style.css b/assets/style.css index d79d65d..ee3ec4b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -688,6 +688,10 @@ video { margin-top: 0.5rem; } +.mb-1 { + margin-bottom: 0.25rem; +} + .block { display: block; } @@ -708,10 +712,6 @@ video { display: none; } -.h-4 { - height: 1rem; -} - .h-6 { height: 1.5rem; } @@ -758,6 +758,10 @@ video { gap: 0.5rem; } +.gap-3 { + gap: 0.75rem; +} + .gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; @@ -767,6 +771,10 @@ video { row-gap: 1rem; } +.gap-y-8 { + row-gap: 2rem; +} + .self-start { align-self: flex-start; } @@ -871,10 +879,6 @@ video { font-weight: 500; } -.italic { - font-style: italic; -} - .leading-normal { line-height: 1.5; } @@ -927,7 +931,7 @@ video { .prose a { border-color: rgb(254 202 202 / 0.25); --tw-text-opacity: 1; - color: rgb(254 202 202 / var(--tw-text-opacity)); + color: rgb(252 165 165 / var(--tw-text-opacity)); } .dark .link:hover,.dark diff --git a/layouts/partials/services.html b/layouts/partials/services.html index 66414c9..352a724 100644 --- a/layouts/partials/services.html +++ b/layouts/partials/services.html @@ -3,16 +3,18 @@
  • {{ .Params.iconSvg | safeHTML }} - {{ if isset .Params "icon" }} - - {{ end }} -

    {{ .Title }}

    +
    + {{ if isset .Params "icon" }} + + {{ end }} +

    {{ .Title }}

    +
    {{ .Params.description | safeHTML }}
    -

    + {{/*

    Číst více → -

    +

    */}}
  • {{ end }}