Skip to content
Snippets Groups Projects
Commit 2876adfe authored by waffle's avatar waffle
Browse files

Merge branch 'tribut' into 'master'

Add dark mode and replace twitter

See merge request !1
parents c20908ca 7f169d1f
Branches
No related tags found
1 merge request!1Add dark mode and replace twitter
Pipeline #36934 passed
...@@ -41,6 +41,23 @@ ...@@ -41,6 +41,23 @@
.explanation { .explanation {
opacity: .5; opacity: .5;
} }
@media (prefers-color-scheme: dark) {
body {
background-color: #1e1e2e;
color: #cdd6f4;
}
h1 {
color: #eba0ac;
}
a {
color: #89b4fa;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
}
</style> </style>
</head> </head>
<body> <body>
...@@ -51,7 +68,7 @@ ...@@ -51,7 +68,7 @@
</hgroup> </hgroup>
<div class="explanation"> <div class="explanation">
<p>This is a file drop interface that we translation angels use to gather support material that helps us provide our simultaneous interpretations.</p> <p>This is a file drop interface that we translation angels use to gather support material that helps us provide our simultaneous interpretations.</p>
<p>While we’re waiting for the next congress, you can reach us at <a href="mailto:hello@c3lingo.org">hello@c3lingo.org</a> or <a href="https://twitter.com/c3lingo">follow @c3lingo on Twitter</a>.</p> <p>While we’re waiting for the next congress, you can reach us at <a href="mailto:hello@c3lingo.org">hello@c3lingo.org</a> or <a href="https://chaos.social/@c3lingo">follow c3lingo on Mastodon</a>.</p>
</div> </div>
</section> </section>
<section lang="en"> <section lang="en">
...@@ -61,7 +78,7 @@ ...@@ -61,7 +78,7 @@
</hgroup> </hgroup>
<div class="explanation"> <div class="explanation">
<p>Das hier ist eine Dateiupload-Oberfläche, die wir Übersetzungsengel nutzen, um Material zu sammeln, das uns bei unseren Simultanübersetzungen hilft.</p> <p>Das hier ist eine Dateiupload-Oberfläche, die wir Übersetzungsengel nutzen, um Material zu sammeln, das uns bei unseren Simultanübersetzungen hilft.</p>
<p>Während wir auf den nächsten Kongress warten, kannst du uns unter <a href="mailto:hello@c3lingo.org">hello@c3lingo.org</a> erreichen oder <a href="https://twitter.com/c3lingo">@c3lingo auf Twitter folgen</a>.</p> <p>Während wir auf den nächsten Kongress warten, kannst du uns unter <a href="mailto:hello@c3lingo.org">hello@c3lingo.org</a> erreichen oder <a href="https://chaos.social/@c3lingo">c3lingo auf Mastodon folgen</a>.</p>
</div> </div>
</section> </section>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment