diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/35c3/main.less | 4 |
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; |