File tree Expand file tree Collapse file tree 2 files changed +5
-26
lines changed
static/images/content_images/sc_dom_img Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ table td, table th {
50
50
}
51
51
52
52
.grid-container > div {
53
- /* White, with 80% opacity */
54
- background-color : rgba (255 , 255 , 255 , 0.8 );
53
+ background-color : var (--pst-color-background );
55
54
text-align : middle ;
56
55
}
57
56
@@ -73,8 +72,8 @@ table td, table th {
73
72
}
74
73
75
74
.image-grid > div {
76
- background-color : rgb ( 238 , 238 , 238 );
77
- border : 2px solid rgb ( 255 , 255 , 255 );
75
+ background-color : var ( --pst-color-surface );
76
+ border : 2px solid var ( --pst-color-surface );
78
77
border-radius : 10px ;
79
78
padding : 10px ;
80
79
}
@@ -99,7 +98,7 @@ section.scientific-domains {
99
98
100
99
& header {
101
100
// FIXME: Use appropriate PST color for this header text.
102
- color : var (--colorPrimaryDark );
101
+ color : var (--pst-color-text-base );
103
102
font-weight : 700 ;
104
103
// Ensure headers are the same minimum height (some wrap
105
104
// to two lines).
You can’t perform that action at this time.
0 commit comments