如何在 Magento 2 中编辑自定义 css 或更少?

how to edit custom css or less in Magento 2?

我已经安装了 magento 2.0.2 并且覆盖了模板 我坚持要在哪里为自己的样式编写 css。 我如何更改现有模板的 css

app/design/frontend/namespace/yourtheme/web/css/source/_theme.less

从更改页眉背景开始

.page-header {
    background-color: #000;
}

检查 this