틀:RedFlagContainer/style.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
6번째 줄: 6번째 줄:
}
}


a:link {
.main a:link {
   color : white;
   color : white;
}
}


a:visited {
.main a:visited {
   color : white;
   color : white;
}
}


ul {
.main ul {
   list-style: none;
   list-style: none;
}
}


ul li::before {
.main ul li::before {
   content: "\2022";
   content: "\2022";
   color: #FFD700;
   color: #FFD700;

2022년 8월 19일 (금) 21:50 판

.main {
    color: #E6E6E6;
    background-color: #960018;
    overflow: hidden!important;
    border-radius: 0.2em;
}

.main a:link {
  color : white;
}

.main a:visited {
  color : white;
}

.main ul {
  list-style: none;
}

.main ul li::before {
  content: "\2022";
  color: #FFD700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}