Skip to content
Snippets Groups Projects

Add dark mode and replace twitter

1 file
+ 19
2
Compare changes
  • Side-by-side
  • Inline
+ 19
2
@@ -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>
Loading