diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-02-04 21:17:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-02-04 21:17:45 +0100 |
commit | 6b4a82da32e28f48695e284f81931888bc2950e3 (patch) | |
tree | 6d421e7080fe78fbef726ce60163e630466fffe4 /sass/src/common/index.scss | |
parent | f115283cb82c49841dec2c154089600cc19a0e07 (diff) |
inconsistent journeys: link to journeys
Diffstat (limited to 'sass/src/common/index.scss')
-rw-r--r-- | sass/src/common/index.scss | 4 |
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; |