We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41a37 commit 5cd0ed4Copy full SHA for 5cd0ed4
css-color-5/style.css
@@ -11,8 +11,20 @@
11
}
12
13
.oog {
14
- border: 3px dashed orange;
15
- background-color: #BBB;
+ border: 3px dashed;
+ 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;
28
29
30
.swatch:hover {
0 commit comments