소스 검색

Tweak style colors.

master
Ben Kurtovic 7 년 전
부모
커밋
7719fd349b
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -2
      static/styles/amarr.css
  2. +2
    -2
      static/styles/gallente.css
  3. +2
    -2
      static/styles/minmatar.css

+ 2
- 2
static/styles/amarr.css 파일 보기

@@ -3,11 +3,11 @@ body {
}

.styled-border {
border-color: #5F4A26;
border-color: #584A26;
}

#character-options:before {
border-bottom-color: #5F4A26;
border-bottom-color: #584A26;
}

a {


+ 2
- 2
static/styles/gallente.css 파일 보기

@@ -3,11 +3,11 @@ body {
}

.styled-border {
border-color: #365F4A;
border-color: #284A36;
}

#character-options:before {
border-bottom-color: #365F4A;
border-bottom-color: #284A36;
}

a {


+ 2
- 2
static/styles/minmatar.css 파일 보기

@@ -3,11 +3,11 @@ body {
}

.styled-border {
border-color: #5F3C42;
border-color: #5F3632;
}

#character-options:before {
border-bottom-color: #5F3C42;
border-bottom-color: #5F3632;
}

a {


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