0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Add bronze, silver and gold text colors

Dieser Commit ist enthalten in:
Angus McLeod 2018-01-25 08:52:11 +08:00
Ursprung 00b4bdbdef
Commit 1cca125ebd

Datei anzeigen

@ -387,3 +387,17 @@ img.avatar {
transform: rotate(360deg);
}
}
.p-text {
&.bronze {
color: #cd7f32;
}
&.silver {
color: #c0c0c0;
}
&.gold {
color: rgb(231, 195, 0);
}
}