diff options
Diffstat (limited to 'sass/src/common')
-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; |