Skip to content

Commit 5cd0ed4

Browse files
author
Chris Lilley
committed
[css-color-5] commit style update
1 parent ad41a37 commit 5cd0ed4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

css-color-5/style.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,20 @@
1111
}
1212

1313
.oog {
14-
border: 3px dashed orange;
15-
background-color: #BBB;
14+
border: 3px dashed;
15+
color: #c00;
16+
padding: 0;
17+
width: 1.2em;
18+
height: 1.2em;
19+
background-color: #ccc;
20+
}
21+
22+
.oog::before {
23+
content: "Out of gamut";
24+
display: inline-block;
25+
text-transform: uppercase;
26+
text-align: center;
27+
font: bold .3em/1.2 sans-serif;
1628
}
1729

1830
.swatch:hover {

0 commit comments

Comments
 (0)