mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 11:56:43 +01:00
7 lines
89 B
CSS
7 lines
89 B
CSS
.checkbox:after {
|
|
content: "\f00d";
|
|
}
|
|
|
|
.checkbox:checked:after {
|
|
content: "\f00c";
|
|
}
|