mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
0c6ee2c760
* add userbase example * update readme and add now.json with build.env * update deploy button import path for testing * update readme * update readme with canary tree path for deploy button * remove prepopulated test username + password * Apply lint-fix * add deployed demo link * remove merge conflict arrows * fix lint errors * run yarn lint-fix * add .env.example and update readme with config steps * add dotenv and update next.config.js Co-authored-by: Matthew Sweeney <mail@msweeneydev.com> Co-authored-by: JJ Kasper <jj@jjsweb.site>
8 lines
126 B
CSS
8 lines
126 B
CSS
.btn-yellow {
|
|
@apply bg-yellow-400 text-black font-bold py-2 px-4 rounded;
|
|
}
|
|
|
|
.btn-yellow:hover {
|
|
@apply bg-yellow-500;
|
|
}
|