Skip to content

Commit 85e321c

Browse files
authored
Specify the color space (sRGB) in all numpy.org CSS files
Fixes #gh-397.
1 parent 1a5925c commit 85e321c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/css/casestudies.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
.casestudies a {
3232
color: #013243 !important;
33+
color space: rgb
3334
}
3435

3536
.casestudies-box-title {
@@ -86,4 +87,4 @@
8687

8788
.casestudies-underline:hover:before, .casestudies-underline:focus:before, .casestudies-underline:active:before {
8889
right: 0;
89-
}
90+
}

0 commit comments

Comments
 (0)