mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
.bg-brand-soft {
|
|
background-color: #e3ebed;
|
|
}
|
|
.bg-gradient-brand {
|
|
background-image: linear-gradient(to right, #2383ae, #6dd7b9);
|
|
}
|