SEO update, minor improvements

This commit is contained in:
Adrien W
2021-10-06 11:59:04 +02:00
parent 26d555789d
commit ca7a5e1cca
181 changed files with 66 additions and 57 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.9 KiB

File diff suppressed because one or more lines are too long

View File

@@ -77,15 +77,16 @@ body {
}
.clawd p a {
color: var(--tartorange);
color: var(--yaleblue);
text-decoration: none;
border-bottom: 1px solid var(--tartorange);
border-bottom: 1px solid var(--yaleblue);
}
.clawd p a:hover {
color: #000000;
background-color: var(--yellowryb);
text-decoration: none;
border-bottom: none;
}
.clawd #mainmenu a.item {
@@ -167,7 +168,7 @@ h3.ui.horizontal.header.divider {
}
.ui.button {
font-family: var(--headingfont);
font-family: var(--textfont);
}
.clawdlogo {
@@ -215,11 +216,11 @@ h3.ui.horizontal.header.divider {
font-family: var(--textfont);
}
.masthead.inverted .ui.text.container {
.masthead.inverted .ui.container {
margin-bottom: 3em;
}
.masthead.inverted .ui.text.container h2 {
.masthead.inverted .ui.container h2 {
color: var(--cultured);
}