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

편집 요약 없음
편집 요약 없음
12번째 줄: 12번째 줄:
a:visited {
a:visited {
   color : white;
   color : white;
}
ul {
  list-style: none;
}
ul li::before {
  content: "\2022";
  color: #FFD700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
}

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

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

a:link {
  color : white;
}

a:visited {
  color : white;
}

ul {
  list-style: none;
}

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