Correctly supply colored table headers
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@use '../variables' as vars;
|
||||
@use 'sass:map' as map;
|
||||
|
||||
// Table overrides scaffold
|
||||
table {
|
||||
@@ -38,3 +39,8 @@ table {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Override default table text color for better contrast with CyberDuck palette (especially on striped rows)
|
||||
.table > thead > tr > th {
|
||||
color: map.get(vars.$cyberduck-neon, green);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user