Test higher contrast for aou/n2n logos (currently en only, feedback wanted)
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e79e038b51
commit
64ed10ab23
|
@ -1,4 +1,5 @@
|
|||
$background: #100e23;
|
||||
$fill-color: #eeeeee;
|
||||
$text-color: #ffffff;
|
||||
|
||||
$highlight: #05b9ec;
|
||||
|
|
|
@ -70,6 +70,15 @@ figure {
|
|||
max-width: 100%;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
|
||||
&.invert {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
&.fill {
|
||||
background: $fill-color;
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
|
|
@ -15,8 +15,8 @@ The Franconian Cluster is a network of franconian hackspaces that organised the
|
|||
|
||||
### Hackzogtum
|
||||
|
||||
{{<image src="/hackzogtum.svg" alt="Logo of Hackzogtum">}}
|
||||
{{<image class="invert" src="/hackzogtum.svg" alt="Logo of Hackzogtum">}}
|
||||
|
||||
### Nerd2Nerd
|
||||
|
||||
{{<image src="/n2n.svg" alt="Logo of Nerd2Nerd">}}
|
||||
{{<image class="fill" src="/n2n.svg" alt="Logo of Nerd2Nerd">}}
|
||||
|
|
Loading…
Reference in New Issue