aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authordedeibel2018-12-23 23:13:10 +0100
committerdedeibel2018-12-23 23:13:10 +0100
commit172ea1d171311bff11f13e187e5f09e1e03c67bf (patch)
treebd507de9a4f679a2930648af15ed5e214ab69bda /configs
parentd2c33a8b111d6c1844f514d9c608de4404263a02 (diff)
35c3: Black button texts for improved readablity on blue/green background
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/35c3/main.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less
index fa4bef3..189bd69 100644
--- a/configs/conferences/35c3/main.less
+++ b/configs/conferences/35c3/main.less
@@ -40,9 +40,9 @@
* buttons
*/
@btn-font-weight: 600;
-a.btn, input.btn {
+a.btn, input.btn, .btn-primary {
text-transform: uppercase;
- color: @color-grey;
+ color: black;
}
a.btn:hover, input.btn:hover {
color: @color-grey-readable-focused;