本帖最後由 javacomhk 於 2021-5-23 21:53 編輯
你要學下用個 browser dev-tools 嘅 Inspector. Chrome 同 firefox 都有
( Cmd + Opt + I in mac or Ctrl + Shift + I in win)
file : css/styles.css
.bg-primary {
background-color: #bd5d38 !important;
}
After update, refresh the browser cache
Windows/Linux:
Hold down Ctrl and click the Reload button.
Or, Hold down Ctrl and press F5.
just open the Chrome Dev Tools by pressing F12
Mac:
Hold ⇧ Shift and click the Reload button.
Or, hold down ⌘ Cmd and ⇧ Shift key and then press R. |