소스 검색

Improved colors

tags/v0.2.8
Fen Dweller 7 년 전
부모
커밋
65cee02223
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      feast.css

+ 4
- 4
feast.css 파일 보기

@@ -181,22 +181,22 @@ button {
}

.pref-radio:checked + label.pref-disable {
background: #933;
background: #931;
color: #eee;
}

.pref-radio:checked + label.pref-avoid {
background: #973;
background: #a41;
color: #eee;
}

.pref-radio:checked + label.pref-enable {
background: #393;
background: #373;
color: #eee;
}

.pref-radio:checked + label.pref-prefer {
background: #191;
background: #44a2c7;
color: #eee;
}



불러오는 중...
취소
저장