summaryrefslogtreecommitdiff
path: root/static/.spoiler.css
blob: 34523f6807aa51578a748650388e04f05d96ae66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.spoiler:after {
  content: attr(content);
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  color: #aa1d68; }

.spoiler:hover:after {
  color: white; }

.spoiler {
  background: #aa1d68;
  color: white; }

/*# sourceMappingURL=.spoiler.css.map */