settings
https://gyazo.com/1bc1b91062705fd1febbd79de12d2bff
共通設定呼び出し
code:style.css
@import "/api/code/yanma/common_settings/style.css";
header背景色
code:style.css
.navbar-default {
background-color: var(--navbar-bg, rgba(170, 170, 255, 0.6));
}
body背景色
code:style.css
body {
background-color: #E4EAFF !important; }
新規作成ボタン
code: style.css
.new-button {
background-color: #FFFFFF !important; }
.new-button::hover {
background-color: #FFFFFF !important; }
.new-button div {
background-color: #AAAAFF !important; }
画像リンクを下線しない
code:style.css
img {
border:0 !important;
}
参考