Fix low contrast for rss feed url
This commit is contained in:
parent
14edd5b8c1
commit
d158e2f761
4 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||||
data-namespace-typo3-fluid="true">
|
data-namespace-typo3-fluid="true">
|
||||||
<header>
|
<header>
|
||||||
<div class="website-title">
|
<div>
|
||||||
<a href="/">{settings.websiteTitle}</a>
|
<a href="/">{settings.websiteTitle}</a>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
|
@ -42,6 +42,8 @@ $theme-colors: map-merge(
|
||||||
$body-bg: #2E3436;
|
$body-bg: #2E3436;
|
||||||
$body-color: #D3D7CF;
|
$body-color: #D3D7CF;
|
||||||
|
|
||||||
|
$text-muted: $white-dark;
|
||||||
|
|
||||||
$font-family-sans-serif: "Helvetica", sans-serif;
|
$font-family-sans-serif: "Helvetica", sans-serif;
|
||||||
$font-family-serif: "Georgia", serif;
|
$font-family-serif: "Georgia", serif;
|
||||||
$font-family-monospace: monospace;
|
$font-family-monospace: monospace;
|
||||||
|
|
|
@ -3,7 +3,7 @@ body > header {
|
||||||
|
|
||||||
padding-bottom: $spacer * 4;
|
padding-bottom: $spacer * 4;
|
||||||
|
|
||||||
.website-title {
|
& > div {
|
||||||
@extend .col-8;
|
@extend .col-8;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -14,7 +14,8 @@ body > header {
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
@extend .col-4;
|
@extend .col-4;
|
||||||
text-align: right;
|
|
||||||
|
padding-top: $spacer;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $text-muted !important;
|
color: $text-muted !important;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue