Atom feed for our EEG site

green

Changed files
+11 -11
+11 -11
index.html
···
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<style>
:root {
-
--bg-color: #0f1419;
-
--bg-alt-color: #171e24;
-
--text-color: #e0e7ec;
-
--text-muted: #8a9ba9;
+
--bg-color: #0a170f;
+
--bg-alt-color: #132018;
+
--text-color: #e0ece5;
+
--text-muted: #8aa99a;
--accent-color: #4dfa7b;
--accent-shadow: rgba(77, 250, 123, 0.3);
-
--accent-alt: #0fe0e0;
-
--border-color: #2c3840;
-
--card-bg: #1a2127;
+
--accent-alt: #4db380;
+
--border-color: #2c4035;
+
--card-bg: #152720;
--header-height: 50px;
}
···
}
.feed-item:hover {
-
background-color: #202930;
+
background-color: #1a3028;
}
.feed-item-row {
···
line-height: 1.6;
display: none;
border-top: 1px solid var(--border-color);
-
background-color: #1d252c;
+
background-color: #1a2e24;
}
.feed-item-content img {
···
.feed-item-content pre, .feed-item-content code {
font-family: 'JetBrains Mono', monospace;
-
background-color: #1d272e;
+
background-color: #183025;
border-radius: 4px;
padding: 0.2em 0.4em;
font-size: 0.9em;
···
<section class="content">
<div id="loading">
<div class="loading-spinner"></div>
-
<p class="loading-text">Decoding Signal...</p>
+
<p class="loading-text">Growing Content...</p>
</div>
<div id="feed-items"></div>
</section>