Closed kiya69 closed 9 years ago
refer to https://github.com/g0v/councilor-voter-guide/pull/123 再麻煩@kiya69 改設定了,謝謝
@thewayiam 我剛改了一下發現google search那一欄的背景還是會變成白色的。可能要麻煩你再把<link href="https://s3-ap-southeast-1.amazonaws.com/councilor.tw/g0v.css" rel="stylesheet">
這段移到base.html的最尾端喔,因為我的做法是load全部內容後再load css才能override Google預設的背景顏色。我是放在最後面的body tag之後這樣:
`
@s890081tonyhsu 因為GCSE的bg-color一改 search result的bg-color也會跟著改 所以這是我目前能想到的方法 可以把javascript那段換成這個試試 就知道我在說什麼
<script> (function() { var cx = '008666008342719404591:-lysu-lfzs0'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script>
等你們把code push 到production我再去GCSE把http://councils.g0v.tw/ 的bg-color改過來,不然的話會像這樣 穴穴~