From 9adfa14e6213ba8ed905a4b26250a395b35fa8b3 Mon Sep 17 00:00:00 2001 From: Kode Date: Mon, 5 Nov 2018 19:02:19 +0000 Subject: [PATCH] fix light colour livestats --- public/css/app.css | 4 ++++ public/mix-manifest.json | 2 +- resources/assets/sass/_app.scss | 7 +++++++ resources/views/item.blade.php | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index c1bedb4c..ead4c32a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1318,6 +1318,10 @@ hr { flex-direction: column; } +.livestats-container.black .livestats strong { + color: #000; +} + input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 295e59b2..8d586304 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,4 @@ { - "/css/app.css": "/css/app.css?id=fb2cfb67b5f04db8beee", + "/css/app.css": "/css/app.css?id=476a34b0b53427a036fd", "/js/app.js": "/js/app.js?id=8dc4a6ea723d0df7469d" } \ No newline at end of file diff --git a/resources/assets/sass/_app.scss b/resources/assets/sass/_app.scss index a4015439..21a0d522 100644 --- a/resources/assets/sass/_app.scss +++ b/resources/assets/sass/_app.scss @@ -898,6 +898,13 @@ hr { } } + &.black { + .livestats { + strong { + color: #000; + } + } + } } input:-webkit-autofill, diff --git a/resources/views/item.blade.php b/resources/views/item.blade.php index c0e1640a..00884e4b 100644 --- a/resources/views/item.blade.php +++ b/resources/views/item.blade.php @@ -8,7 +8,7 @@
{{ $app->title }}
@if($app->enabled()) -
+
@endif
link_target !!} href="{{ $app->link }}">