added oc.dalfuss.link, tweaked some colours
This commit is contained in:
parent
4dde581f59
commit
cbfa230189
3 changed files with 19 additions and 17 deletions
|
@ -1365,7 +1365,7 @@ List is not yet complete.
|
||||||
|
|
||||||
.elftwinks {
|
.elftwinks {
|
||||||
background-color: #eea3b2;
|
background-color: #eea3b2;
|
||||||
color: ;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
@ -1375,13 +1375,14 @@ svg {
|
||||||
|
|
||||||
.colours {
|
.colours {
|
||||||
background-color: #5BCEFA;
|
background-color: #5BCEFA;
|
||||||
}
|
color: #222222;
|
||||||
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: asdasf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pronouns {
|
.pronouns {
|
||||||
background-color: #c71585;
|
background-color: #c71585;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.oc {
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #222222;
|
||||||
|
}
|
|
@ -48,8 +48,7 @@ body {
|
||||||
font-weight: unset;
|
font-weight: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator,
|
.separator, .source {
|
||||||
.source {
|
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 25px auto;
|
margin: 25px auto;
|
||||||
|
@ -63,8 +62,7 @@ body {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture,
|
.picture, .picture img {
|
||||||
.picture img {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
height: 130px;
|
height: 130px;
|
||||||
|
@ -84,8 +82,7 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links,
|
.links, .link_list {
|
||||||
.link_list {
|
|
||||||
max-width: 675px;
|
max-width: 675px;
|
||||||
width: auto;
|
width: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -115,9 +112,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
color: var(--accentcolor);
|
color: var(--accentcolor);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
|
@ -138,6 +135,6 @@ footer a {
|
||||||
|
|
||||||
|
|
||||||
.flag {
|
.flag {
|
||||||
width: 1em;
|
width: 1em;
|
||||||
border-radius: 0.15em;
|
border-radius: 0.15em;
|
||||||
}
|
}
|
|
@ -131,6 +131,10 @@
|
||||||
colours.dalfuss.link
|
colours.dalfuss.link
|
||||||
</a></li>
|
</a></li>
|
||||||
|
|
||||||
|
<li class="link_item"><a class="link oc" href="https://oc.dalfuss.link" target="_blank"><i class="fa fa-link" aria-hidden="true"></i>
|
||||||
|
OC Site
|
||||||
|
</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue