Added text color to `<dt>` and `<label>`
authorAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2016 12:17:43 +0000 (13:17 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2016 12:17:53 +0000 (13:17 +0100)
wcfsetup/install/files/style/element/dl.scss
wcfsetup/install/files/style/element/label.scss [new file with mode: 0644]

index 356af3cb4a8d10320771fc75805c3124f795fa54..7860e22a28e10df94c0e142115ae22dafc5160c7 100644 (file)
@@ -136,3 +136,7 @@ dl {
                }
        }
 }
+
+dt {
+       color: $wcfTabularBoxHeadline;
+}
diff --git a/wcfsetup/install/files/style/element/label.scss b/wcfsetup/install/files/style/element/label.scss
new file mode 100644 (file)
index 0000000..61b6c42
--- /dev/null
@@ -0,0 +1,3 @@
+label {
+       color: $wcfTabularBoxHeadline;
+}