aboutsummaryrefslogtreecommitdiff
path: root/src/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/css/main.css')
-rw-r--r--src/assets/css/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index 17798cc..44216d2 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -12,6 +12,7 @@ html, body {
--secondary: 187, 187, 187;
--tertiary: 153, 153, 153;
--text-primary: #222;
+ --text-secondary: #888;
}
@media (prefers-color-scheme: dark) {
:root {
@@ -19,6 +20,7 @@ html, body {
--secondary: 51, 51, 51;
--tertiary: 68, 68, 68;
--text-primary: #ddd;
+ --text-secondary: #999;
}
}
@@ -154,6 +156,10 @@ main {
background-color: rgba(var(--primary), 0.7);
}
+.icon {
+ width: 32px;
+ height: 32px;
+}
.noaa {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
@@ -212,4 +218,11 @@ main {
.nav-button > a:link, .nav-button > a:visited .nav-button > a {
color: inherit;
text-decoration: none;
+}
+
+.reference {
+ color: var(--text-secondary);
+ text-decoration: none;
+ padding: 5px;
+ font-size: 18px;
} \ No newline at end of file