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"
|
||||
data-namespace-typo3-fluid="true">
|
||||
<header>
|
||||
<div class="website-title">
|
||||
<div>
|
||||
<a href="/">{settings.websiteTitle}</a>
|
||||
</div>
|
||||
<nav>
|
||||
|
|
|
@ -42,6 +42,8 @@ $theme-colors: map-merge(
|
|||
$body-bg: #2E3436;
|
||||
$body-color: #D3D7CF;
|
||||
|
||||
$text-muted: $white-dark;
|
||||
|
||||
$font-family-sans-serif: "Helvetica", sans-serif;
|
||||
$font-family-serif: "Georgia", serif;
|
||||
$font-family-monospace: monospace;
|
||||
|
|
|
@ -3,7 +3,7 @@ body > header {
|
|||
|
||||
padding-bottom: $spacer * 4;
|
||||
|
||||
.website-title {
|
||||
& > div {
|
||||
@extend .col-8;
|
||||
|
||||
a {
|
||||
|
@ -14,7 +14,8 @@ body > header {
|
|||
|
||||
nav {
|
||||
@extend .col-4;
|
||||
text-align: right;
|
||||
|
||||
padding-top: $spacer;
|
||||
|
||||
a {
|
||||
color: $text-muted !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue