summaryrefslogtreecommitdiff
path: root/sass/src/common/index.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-02-04 21:17:45 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-02-04 21:17:45 +0100
commit6b4a82da32e28f48695e284f81931888bc2950e3 (patch)
tree6d421e7080fe78fbef726ce60163e630466fffe4 /sass/src/common/index.scss
parentf115283cb82c49841dec2c154089600cc19a0e07 (diff)
inconsistent journeys: link to journeys
Diffstat (limited to 'sass/src/common/index.scss')
-rw-r--r--sass/src/common/index.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss
index b66c425..b2d3187 100644
--- a/sass/src/common/index.scss
+++ b/sass/src/common/index.scss
@@ -22,6 +22,10 @@ a.unmarked {
color: $off-black;
}
+.white-text a {
+ color: #eeeeff;
+}
+
div.targetlist {
display: grid;
grid-template-columns: 1fr max-content;